Skip to content

Commit 9b88c85

Browse files
authored
fix: update readme coloring
1 parent 0baf6a1 commit 9b88c85

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44

55
## How to install?
66

7-
```console
8-
npm install @scrape-do/client
7+
```bash
8+
> npm install @scrape-do/client
99
# or get it from github
10-
npm install git://git@github.com/scrape-do/node-client
10+
> npm install git://git@github.com/scrape-do/node-client
1111
```
1212

1313
## How to build from scratch
1414

1515
#### If you want to contribute to the library or include your own customisations, you can recompile the library in this way.
1616

17-
```console
18-
git clone https://github.com/scrape-do/node-client
19-
npm i
17+
```bash
18+
> git clone https://github.com/scrape-do/node-client
19+
> npm i
2020
# build with
21-
npm build
21+
> npm build
2222
```
2323

2424
## Example Usages

0 commit comments

Comments
 (0)