Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 36c2e10

Browse files
authored
Add badges + update usage example in README
1 parent 764b0da commit 36c2e10

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
<p align="center">
2-
<img src="https://easyscriptjs.github.io/images/cover.png">
2+
<img src="https://easyscriptjs.github.io/images/cover.png" height="368">
33
</p>
44

55
<h1 align="center">Easy Script</h1>
6+
7+
<p align="center">
8+
<img alt="Lastest Release" src="https://img.shields.io/github/v/release/easyscriptjs/easyscript?style=for-the-badge">
9+
<img alt="GitHub Issues" src="https://img.shields.io/github/issues-raw/easyscriptjs/easyscript?label=Issues&style=for-the-badge">
10+
<img alt="GitHub Pull Requests" src="https://img.shields.io/github/issues-pr-raw/easyscriptjs/easyscript?label=Pull%20Requests&style=for-the-badge">
11+
</p>
12+
613
<p align="center">Easy Script is a npm package which makes coding in JavaScript easy!</p>
714

815
## Usage
@@ -19,7 +26,7 @@ npm install easyscriptjs
1926

2027
```js
2128
// List all of the modules you want to use in the brackets
22-
// Example: { log, print }
29+
// Example: { flip, print, random }
2330
const { print } = require("easyscriptjs");
2431
```
2532

0 commit comments

Comments
 (0)