We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baf6a1 commit 9b88c85Copy full SHA for 9b88c85
README.md
@@ -4,21 +4,21 @@
4
5
## How to install?
6
7
-```console
8
-npm install @scrape-do/client
+```bash
+> npm install @scrape-do/client
9
# or get it from github
10
-npm install git://git@github.com/scrape-do/node-client
+> npm install git://git@github.com/scrape-do/node-client
11
```
12
13
## How to build from scratch
14
15
#### If you want to contribute to the library or include your own customisations, you can recompile the library in this way.
16
17
18
-git clone https://github.com/scrape-do/node-client
19
-npm i
+> git clone https://github.com/scrape-do/node-client
+> npm i
20
# build with
21
-npm build
+> npm build
22
23
24
## Example Usages
0 commit comments