Skip to content

Commit

Permalink
Fix package.json link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Feb 8, 2018
1 parent 9417593 commit 02ed15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ k8sApi.createNamespace(namespace).then(
# Development

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

```console
Expand Down

0 comments on commit 02ed15b

Please sign in to comment.