From e73349ac710a40243672e2bc8f6addced02bd2af Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Thu, 26 May 2022 03:33:41 +0000 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e4b7ed..7d727ef 100644 --- a/README.md +++ b/README.md @@ -90,5 +90,5 @@ wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && sudo If you install spritesheet-js globally, but the script fails due to missing the dependency, ensure that the folder containing your global node modules is added to your path. If, after installing, `which spritesheet-js` returns no output, you may add global node modules to your path by: ```sh -echo "export PATH=$PATH:$(npm config --global get prefix)/bin" >> ~/.bashrc && source ~/.bashr +echo "export PATH=$PATH:$(npm config --global get prefix)/bin" >> ~/.bashrc && source ~/.bashrc ``` \ No newline at end of file