From efefb7103412a6df28fbea53d50a979753545246 Mon Sep 17 00:00:00 2001 From: Damien Buhl Date: Sat, 2 Feb 2019 15:46:42 +0100 Subject: [PATCH] :wrench: fix nxxm deps file instructions as it is case sensitive. --- tutorial/build-with-nxxm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/build-with-nxxm.md b/tutorial/build-with-nxxm.md index 0ce5837..47c07ea 100644 --- a/tutorial/build-with-nxxm.md +++ b/tutorial/build-with-nxxm.md @@ -3,7 +3,7 @@ .nxxm/deps ~~~json { - "arthursonzogni/ftxui": {} + "ArthurSonzogni/FTXUI": {} } ~~~