diff options
Diffstat (limited to 'examples/tailwindcss/README.md')
-rw-r--r-- | examples/tailwindcss/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tailwindcss/README.md b/examples/tailwindcss/README.md index e16be0504..dd96562bd 100644 --- a/examples/tailwindcss/README.md +++ b/examples/tailwindcss/README.md @@ -20,4 +20,4 @@ Preview at `http://localhost:3000` npm build ``` -Will output static site at `./_site` +Will output static site at `./dist` |