Browse Source

Correct directory reference in macapp/README (#3555)

Alex Mavrogiannis 1 năm trước cách đây
mục cha
commit
fc6558f47f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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`:
 
 ```
-cd app
+cd macapp
 npm install
 npm start
 ```