Update source link
This commit is contained in:
parent
08fcb6c196
commit
0a2634730c
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
{
|
||||
"text": "Package",
|
||||
"link": "https://npm.sudovanilla.org/-/web/detail/@minpluto/zorn"
|
||||
"link": "https://registry.sudovanilla.org/-/web/detail/@minpluto/zorn"
|
||||
},
|
||||
{
|
||||
"text": "Documentation",
|
||||
|
|
|
@ -5,10 +5,10 @@ Type: Document
|
|||
|
||||
import { Prism } from '@astrojs/prism';
|
||||
|
||||
Zorn is available to install as a package from [npmjs.org](https://npmjs.org/) or [npm.sudovanilla.org](https://npm.sudovanilla.org/).
|
||||
Zorn is available to install as a package from [npmjs.org](https://npmjs.org/) or [registry.sudovanilla.org](https://registry.sudovanilla.org/).
|
||||
|
||||
```bash
|
||||
npm install @minpluto/zorn --registry https://npm.sudovanilla.org
|
||||
npm install @minpluto/zorn --registry https://registry.sudovanilla.org
|
||||
```
|
||||
|
||||
Next: [**Basic Setup**](/basic-setup/)
|
Loading…
Reference in a new issue