From e1c173f05ed161934576a336361051da39fe8815 Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Sun, 16 Sep 2018 08:12:48 -0400 Subject: [PATCH 1/2] Link to API docs from README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7df4ea4b..a7a44fda 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ greet("World!"); [**📚 Read the `wasm-bindgen` guide here! 📚**](https://rustwasm.github.io/wasm-bindgen) +## API Docs + +- [wasm-bindgen](https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen/) +- [js-sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/) +- [web-sys](https://rustwasm.github.io/wasm-bindgen/api/js-sys/) + ## License This project is licensed under either of From 54e3d876930149a79a6ce6bc3367f0d8c6683f4f Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Sun, 16 Sep 2018 08:19:18 -0400 Subject: [PATCH 2/2] Fix linls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7a44fda..4f4223b1 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ greet("World!"); ## API Docs - [wasm-bindgen](https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen/) -- [js-sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/) -- [web-sys](https://rustwasm.github.io/wasm-bindgen/api/js-sys/) +- [js-sys](https://rustwasm.github.io/wasm-bindgen/api/js_sys/) +- [web-sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/) ## License