Sfoglia il codice sorgente

Fixes documentation for browser development.

Released files are placed in static/ rather than resources/
Matt Lilley 3 anni fa
parent
commit
03afc9023b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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