diff options
| author | legendofa <34162874+legendofa@users.noreply.github.com> | 2024-12-03 14:38:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 14:38:22 +0100 |
| commit | bce786831c56766fbb7971828928d973dae8ed3e (patch) | |
| tree | f672bdde271c4213ff4fa911e36fc3a6ef1e4bff | |
| parent | 510237cc29ebc667a8c158ef0340b7d1aa669a72 (diff) | |
| download | rapier-bce786831c56766fbb7971828928d973dae8ed3e.tar.gz rapier-bce786831c56766fbb7971828928d973dae8ed3e.tar.bz2 rapier-bce786831c56766fbb7971828928d973dae8ed3e.zip | |
Fixed typo in link in CONTRIBUTING.md (#766)
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8564bb..3df0653 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ If you would like to fix it yourself, here is the procedure: ## Contributing to the JavaScript/TypeScript bindings The source code of the official JavaScript/TypeScript bindings for Rapier are available -on our `rapier.js` repository [on GitHub](https://github.com/dimforge/rapier.rs). +on our `rapier.js` repository [on GitHub](https://github.com/dimforge/rapier.js). You will have to make sure that you have [wasm-pack](https://github.com/rustwasm/wasm-pack) installed because it is responsible for generating the low-level bindings. In order to modify the bindings and test your @@ -72,4 +72,4 @@ changes you may: to ask **@sebcrozet** directly [on Discord][discord] for a review. 6. Iterate with the reviewer until the PR gets merged. -[discord]: https://discord.gg/vt9DJSW
\ No newline at end of file +[discord]: https://discord.gg/vt9DJSW |
