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

Commit 972e497

Browse files
authored
feat(package): update name
1 parent f12071a commit 972e497

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Using Easy Script is very easy to do.
1111
1. Install the package using the following command:
1212

1313
```bash
14-
$ npm install easyscript
14+
$ npm install easyscriptjs
1515
```
1616

1717
2. Import the modules you require.
@@ -20,13 +20,13 @@ $ npm install easyscript
2020
```js
2121
// List all of the modules you want to use in the brackets
2222
// Example: { log, print }
23-
const { print } = require("easyscript");
23+
const { print } = require("easyscriptjs");
2424
```
2525

2626
3. Use it!
2727

2828
```js
29-
const { print } = require("easyscript");
29+
const { print } = require("easyscriptjs");
3030

3131
print("Hello World");
3232
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "easyscript",
2+
"name": "easyscriptjs",
33
"version": "1.0.0",
44
"description": "Easy Script is a npm package which makes coding in JavaScript easy!",
55
"main": "src/index.js",

0 commit comments

Comments
 (0)