docs: replace LLK URL in README.md

This commit is contained in:
Christopher Willis-Ford 2024-02-23 13:38:06 -08:00
parent 306db96808
commit 2870951447

View file

@ -11,12 +11,12 @@ This requires you to have Node.js installed.
In your own Node.js environment/application: In your own Node.js environment/application:
```bash ```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): If you want to edit/play yourself (requires Git):
```bash ```bash
git clone https://github.com/LLK/scratch-storage.git git clone https://github.com/scratchfoundation/scratch-storage.git
cd scratch-storage cd scratch-storage
npm install npm install
``` ```