Skip to content

Commit e4efb62

Browse files
Merge pull request #10 from radu-matei/patch-1
Fix package.json link in readme
2 parents 9417593 + 02ed15b commit e4efb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ k8sApi.createNamespace(namespace).then(
6060
# Development
6161

6262
All dependencies of this project are expressed in its
63-
[`package.json` file](./package.json). Before you start developing, ensure
63+
[`package.json` file](node-client/package.json). Before you start developing, ensure
6464
that you have [NPM](https://www.npmjs.com/) installed, then run:
6565

6666
```console

0 commit comments

Comments
 (0)