Skip to content

Commit 2870951

Browse files
committed
docs: replace LLK URL in README.md
1 parent 306db96 commit 2870951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This requires you to have Node.js installed.
1111

1212
In your own Node.js environment/application:
1313
```bash
14-
npm install https://github.com/LLK/scratch-storage.git
14+
npm install https://github.com/scratchfoundation/scratch-storage.git
1515
```
1616

1717
If you want to edit/play yourself (requires Git):
1818
```bash
19-
git clone https://github.com/LLK/scratch-storage.git
19+
git clone https://github.com/scratchfoundation/scratch-storage.git
2020
cd scratch-storage
2121
npm install
2222
```

0 commit comments

Comments
 (0)