Browse Source

Fixes documentation for browser development.

Released files are placed in static/ rather than resources/
Matt Lilley 2 years ago
parent
commit
03afc9023b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/develop-logseq.md

+ 1 - 1
docs/develop-logseq.md

@@ -30,7 +30,7 @@ Then open the browser <http://localhost:3001>.
 yarn release
 ```
 
-The released files will be at `resources/` directory.
+The released files will be at `static/` directory.
 
 ## Desktop app development