Skip to content

Commit

Permalink
Merge pull request #804 from alaz/fix/readme
Browse files Browse the repository at this point in the history
Fix broken link in README
  • Loading branch information
kjvalencik authored Sep 25, 2021
2 parents a38ac30 + b81dec9 commit 7c93fd8
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 @@ -10,7 +10,7 @@ Rust bindings for writing safe and fast native Node.js modules.

## Getting started

Once you have the [platform dependencies](https://neon-bindings.com/docs/getting-started#install-node-build-tools/) installed, getting started is as simple as:
Once you have the [platform dependencies](https://neon-bindings.com/docs/quick-start) installed, getting started is as simple as:

```
$ npm init neon my-project
Expand Down

0 comments on commit 7c93fd8

Please sign in to comment.