From 370a4d71c8d4c9b254d688848fc67f71d4c0729e Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Sat, 18 Apr 2020 23:27:51 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d23add..59d608bd 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ run the `watch` script to start watching for changes to files in the `Assets` folder. Whenever an asset source file is added, removed, or updated, its corresponding (unoptimized) product is automatically generated -in the `Resouces` folder. +in the `Resources` folder. ```terminal $ npm run watch