readme
This commit is contained in:
parent
718d801a33
commit
9f884dc7d2
2 changed files with 2 additions and 10 deletions
10
README.md
10
README.md
|
|
@ -18,16 +18,8 @@ Say goodbye to the tedious and repetitive nature of manual JSON editing. AsaJS s
|
|||
|
||||
To use AsaJS, ensure you have **[Node.js](https://nodejs.org/en)** installed on your system.
|
||||
|
||||
**Latest stable version:**
|
||||
|
||||
```bash
|
||||
npm install asajs
|
||||
```
|
||||
|
||||
**For our nightly builds:**
|
||||
|
||||
```
|
||||
npm install asajs@indev
|
||||
npx create-asajs
|
||||
```
|
||||
|
||||
## 📖 "Hello World!" Example
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "asajs",
|
||||
"version": "4.1.15-indev.1",
|
||||
"version": "4.1.15-indev.2",
|
||||
"description": "Create your Minecraft JSON-UI resource packs using JavaScript",
|
||||
"keywords": [
|
||||
"Minecraft",
|
||||
|
|
|
|||
Reference in a new issue