Skip to content

Commit eb02124

Browse files
committed
Improve docs
1 parent e4bdf4c commit eb02124

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ There are future plans to also build a jQuery compatible library but
1616
for now, all of the examples and instructions assume the node client.
1717

1818
# Installation
19-
```sh
20-
$ npm install @kubernetes/client-node
19+
```console
20+
npm install @kubernetes/client-node
2121
```
2222

2323
# Example code
@@ -85,7 +85,7 @@ npm install
8585

8686
## (re) Generating code
8787

88-
```
88+
```console
8989
cd ../
9090
git clone https://github.com/kubernetes-client/gen
9191
cd javascript
@@ -95,7 +95,7 @@ cd javascript
9595
# Testing
9696

9797
Tests are written using the [Chai](http://chaijs.com/) library. See
98-
[`config_test.ts`](./config_test.ts) for an example.
98+
[`config_test.ts`](./src/config_test.ts) for an example.
9999

100100
To run tests, execute the following:
101101

0 commit comments

Comments
 (0)