Skip to content

Commit c00c18c

Browse files
committed
Rename package
1 parent e548820 commit c00c18c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
# DotScript
1+
# DotsScript
22

3-
DotScript is a simple JavaScript library that makes your JavaScript code much simpler by making the whole code using 2 characters only, the dot `.` and the `` character.
3+
DotsScript is a simple JavaScript library that makes your JavaScript code much simpler by making the whole code using 2 characters only, the `.` and the `` character.
44

55
## Installation
66

7-
You can install DotScript by using the following command:
7+
You can install DotsScript by using the following command:
88

99
```bash
10-
npm install dot-script
10+
npm install dotsscript
1111
```
1212

1313
Or yarn:
1414

1515
```bash
16-
yarn add dot-script
16+
yarn add dotsscript
1717
```
1818

1919
You can also install it globally by using the following command:
2020

2121
```bash
22-
npm install -g dot-script
22+
npm install -g dotsscript
2323
```
2424

2525
Or yarn:
2626

2727
```bash
28-
yarn global add dot-script
28+
yarn global add dotsscript
2929
```
3030

3131
## Usage
3232

33-
You can use DotScript by importing the library in your JavaScript file:
33+
You can use DotsScript by importing the library in your JavaScript file:
3434

3535
```javascript
36-
import 'dot-script';
36+
import 'dotsscript';
3737

3838
// Your code here
3939
```
@@ -44,14 +44,14 @@ Or you can run it in the terminal by using the following command:
4444
dot index.ds
4545
```
4646

47-
Where `index.ds` is the file that contains your DotScript code.
47+
Where `index.ds` is the file that contains your DotsScript code.
4848

4949
## Example
5050

51-
Here is an example of how you can use DotScript:
51+
Here is an example of how you can use DotsScript:
5252

5353
```javascript
54-
import 'dot-script';
54+
import 'dotsscript';
5555

5656
ᱹ.ᱹᱹ.ᱹᱹᱹ.ᱹᱹ.ᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹ.ᱹᱹ.ᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹ.ᱹᱹ.ᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹ.ᱹᱹ
5757
.ᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹ.ᱹᱹ.ᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹ.ᱹᱹ.ᱹᱹᱹᱹᱹ.ᱹᱹᱹᱹᱹ.ᱹᱹᱹᱹᱹ.ᱹᱹ.ᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹᱹ.ᱹᱹ
@@ -71,7 +71,7 @@ As you can see, the code is much simpler and do not contain any characters that
7171

7272
## Documentation
7373

74-
The global object `` is the main object that you can use to access the DotScript API.
74+
The global object `` is the main object that you can use to access the DotsScript API.
7575
It contains the following properties:
7676

7777
| Property | Description |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dot-script",
2+
"name": "dotsscript",
33
"version": "1.0.0",
44
"description": "Making javascript much simpler",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)