You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,39 +1,39 @@
1
-
# DotScript
1
+
# DotsScript
2
2
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.
4
4
5
5
## Installation
6
6
7
-
You can install DotScript by using the following command:
7
+
You can install DotsScript by using the following command:
8
8
9
9
```bash
10
-
npm install dot-script
10
+
npm install dotsscript
11
11
```
12
12
13
13
Or yarn:
14
14
15
15
```bash
16
-
yarn add dot-script
16
+
yarn add dotsscript
17
17
```
18
18
19
19
You can also install it globally by using the following command:
20
20
21
21
```bash
22
-
npm install -g dot-script
22
+
npm install -g dotsscript
23
23
```
24
24
25
25
Or yarn:
26
26
27
27
```bash
28
-
yarn global add dot-script
28
+
yarn global add dotsscript
29
29
```
30
30
31
31
## Usage
32
32
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:
34
34
35
35
```javascript
36
-
import'dot-script';
36
+
import'dotsscript';
37
37
38
38
// Your code here
39
39
```
@@ -44,14 +44,14 @@ Or you can run it in the terminal by using the following command:
44
44
dot index.ds
45
45
```
46
46
47
-
Where `index.ds` is the file that contains your DotScript code.
47
+
Where `index.ds` is the file that contains your DotsScript code.
0 commit comments