We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306db96 commit 2870951Copy full SHA for 2870951
README.md
@@ -11,12 +11,12 @@ This requires you to have Node.js installed.
11
12
In your own Node.js environment/application:
13
```bash
14
-npm install https://github.com/LLK/scratch-storage.git
+npm install https://github.com/scratchfoundation/scratch-storage.git
15
```
16
17
If you want to edit/play yourself (requires Git):
18
19
-git clone https://github.com/LLK/scratch-storage.git
+git clone https://github.com/scratchfoundation/scratch-storage.git
20
cd scratch-storage
21
npm install
22
0 commit comments