Преглед на файлове

Correct directory reference in macapp/README (#3555)

Alex Mavrogiannis преди 1 година
родител
ревизия
fc6558f47f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      macapp/README.md

+ 1 - 1
macapp/README.md

@@ -14,7 +14,7 @@ go build .
 Then run the desktop app with `npm start`:
 Then run the desktop app with `npm start`:
 
 
 ```
 ```
-cd app
+cd macapp
 npm install
 npm install
 npm start
 npm start
 ```
 ```