mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2024-11-14 19:25:32 -05:00
docs: replace LLK URL in README.md
This commit is contained in:
parent
306db96808
commit
2870951447
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@ This requires you to have Node.js installed.
|
|||
|
||||
In your own Node.js environment/application:
|
||||
```bash
|
||||
npm install https://github.com/LLK/scratch-storage.git
|
||||
npm install https://github.com/scratchfoundation/scratch-storage.git
|
||||
```
|
||||
|
||||
If you want to edit/play yourself (requires Git):
|
||||
```bash
|
||||
git clone https://github.com/LLK/scratch-storage.git
|
||||
git clone https://github.com/scratchfoundation/scratch-storage.git
|
||||
cd scratch-storage
|
||||
npm install
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue