diff --git a/README.md b/README.md index ea61a1f..d42527d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ alt="npm version" /> - + npm downloads

+ +## 📦 Installation + +```bash +# With npm +npm install @mcdata/data + +# With yarn +yarn add @mcdata/data +``` + +## 📜 License + +This project is licensed under the Public General License (GPL-3.0) - see the [LICENSE](LICENSE) file for details. diff --git a/package.json b/package.json index e33fbe0..626bbe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcdata/data", - "version": "1.0.2", + "version": "1.0.4", "description": "Minecraft data used in the API/Discord client.", "main": "src/index.ts", "exports": {