From 3825d94677a8aaf097eefd9a40f1118e52b7988f Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Sun, 27 Feb 2022 22:33:24 +0100 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59db06c..62d5ca6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ http://0.0.0.0:8000/tests.html. Otherwise, run tests with `npm test`. ### Package/release -To package, run `node_moduler/.bin/grunt min`, the result will be in the +To package, run `node_modules/.bin/grunt min`, the result will be in the `build-min` directory. Copy that to https://github.com/tasuki/sbs ## Source & License