From 7c3d2d1d3dd75ff424d90b667195655d81621b4e Mon Sep 17 00:00:00 2001 From: Nicholas Kreps <37256173+sperkn@users.noreply.github.com> Date: Tue, 11 Aug 2020 22:26:21 -0400 Subject: [PATCH] Update README.md Small typo on the word "directory" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82876320..7ca77cc6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Brian is using a font called [Dankmono][dankmono] (not necessary to install -- j ### Parcel Issues: -Parcel is an ever evolving project that's just getting better. If you run into problems with it not respecting changes (particularly to your `.babelrc` or `.env` files) then delete the `dist/` and the `.cache/` directories. You can do this in bash by running from the root directoy of your project `rm -rf dist/ .cache/` or just by deleting those directories in your editor. This will force Parcel to start over and not cache anything. +Parcel is an ever evolving project that's just getting better. If you run into problems with it not respecting changes (particularly to your `.babelrc` or `.env` files) then delete the `dist/` and the `.cache/` directories. You can do this in bash by running from the root directory of your project `rm -rf dist/ .cache/` or just by deleting those directories in your editor. This will force Parcel to start over and not cache anything. See [this issue](https://github.com/btholt/complete-intro-to-react-v4/issues/3#issuecomment-425124265) for more specific instructions.