diff --git a/README.md b/README.md
index 4ad0fe2..83396fb 100644
--- a/README.md
+++ b/README.md
@@ -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) |
| simple logging |
-| [`web_timer`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_timer) |
| timers, animation loops |
+| [`web_console`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_console) |
| logging, errors, timing |
+| [`web_timer`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_timer) |
| timers, animation loops, async sleep |
| [`web_random`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_random) |
| random numbers |
**UI:**