Skip to content

Commit

Permalink
fix(docs): Correct location of public folder (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley authored and markdalgleish committed Apr 17, 2017
1 parent 696ade1 commit 02100ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $ echo 'document.getElementById("app").innerHTML = "Hello world!"' >> src/client
To include static assets that aren't handled by Webpack (e.g. `favicon.ico`), you can create a `public` directory:

```bash
$ mkdir src/public
$ mkdir public
```

## Development Workflow
Expand Down

0 comments on commit 02100ff

Please sign in to comment.