Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardanaya authored Nov 8, 2020
1 parent fa26613 commit 8fa05a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ A number of libraries exist to help save you time from writing your own bindings

| Name | Documentation | Description |
| ------------- | ------------- | ------------- |
| [`web_console`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_console) | <a href="https://docs.rs/web_console"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a> | simple logging |
| [`web_timer`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_timer) | <a href="https://docs.rs/web_console"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a> | timers, animation loops |
| [`web_console`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_console) | <a href="https://docs.rs/web_console"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a> | logging, errors, timing |
| [`web_timer`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_timer) | <a href="https://docs.rs/web_console"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a> | timers, animation loops, async sleep |
| [`web_random`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_random) | <a href="https://docs.rs/web_console"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a> | random numbers |

**UI:**
Expand Down

0 comments on commit 8fa05a3

Please sign in to comment.