Skip to content

Commit 54e3d87

Browse files
committed
Fix linls
1 parent e1c173f commit 54e3d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ greet("World!");
6666
## API Docs
6767

6868
- [wasm-bindgen](https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen/)
69-
- [js-sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/)
70-
- [web-sys](https://rustwasm.github.io/wasm-bindgen/api/js-sys/)
69+
- [js-sys](https://rustwasm.github.io/wasm-bindgen/api/js_sys/)
70+
- [web-sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/)
7171

7272
## License
7373

0 commit comments

Comments
 (0)