From 2a34a47eccd203eb19b6259934185b1a2fda4843 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Sat, 25 Apr 2020 11:54:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d85271e..b9caa56 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Refer to the [documentation page](https://jdan.github.io/98.css/) for specific i [`style.css`](https://github.com/jdan/98.css/blob/master/style.css) is where everything happens. -`npm run build:docs` will compile `style.css` (and all fonts/icons/etc) and rebuild the docs/ directory which powers http://jdan.github.io/98.css. It's a static directory so serve it with your server of choice (I am partial to `python -m SimpleHTTPServer 3000`) to see your changes. +`npm run build:docs` will compile `style.css` (and all fonts/icons/etc) and rebuild the `dist/` directory which powers http://jdan.github.io/98.css. It's a static directory so serve it with your server of choice (I am partial to `python -m SimpleHTTPServer 3000`) to see your changes. ### Issues, Contributing, etc.