File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ There are future plans to also build a jQuery compatible library but
16
16
for now, all of the examples and instructions assume the node client.
17
17
18
18
# Installation
19
- ``` sh
20
- $ npm install @kubernetes/client-node
19
+ ``` console
20
+ npm install @kubernetes/client-node
21
21
```
22
22
23
23
# Example code
@@ -85,7 +85,7 @@ npm install
85
85
86
86
## (re) Generating code
87
87
88
- ```
88
+ ``` console
89
89
cd ../
90
90
git clone https://github.com/kubernetes-client/gen
91
91
cd javascript
@@ -95,7 +95,7 @@ cd javascript
95
95
# Testing
96
96
97
97
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.
99
99
100
100
To run tests, execute the following:
101
101
You can’t perform that action at this time.
0 commit comments