Skip to content

Commit d2d6c5b

Browse files
committed
Merge pull request elm#281 from raould/FixReadmePublicPath
fix 'public' path.
2 parents 43ab65d + 15987b9 commit d2d6c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can run `cabal clean` to clear out all cached build information and start fr
3232

3333
### Project Structure
3434

35-
- `public/` — all of the .elm files used for the site. This makes up the
35+
- `frontend/public/` — all of the .elm files used for the site. This makes up the
3636
majority of client-side code. You can change/delete the existing files and
3737
add entirely new files. The changes, deletions, and additions will be served
3838
automatically.

0 commit comments

Comments
 (0)