anichi 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
````markdown
|
|
2
1
|
# 🎌 Anichi
|
|
3
2
|
|
|
4
3
|
<div align="center">
|
|
@@ -44,6 +43,7 @@ To run `anichi` from anywhere in your terminal, install it globally using npm:
|
|
|
44
43
|
```bash
|
|
45
44
|
npm install -g anichi
|
|
46
45
|
```
|
|
46
|
+
|
|
47
47
|
````
|
|
48
48
|
|
|
49
49
|
Or using yarn:
|
|
@@ -198,3 +198,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
|
198
198
|
Made with ❤️ and ☕ by ShDitz
|
|
199
199
|
</div>
|
|
200
200
|
```
|
|
201
|
+
````
|