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) | docs.rs docs | simple logging | -| [`web_timer`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_timer) | docs.rs docs | timers, animation loops | +| [`web_console`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_console) | docs.rs docs | logging, errors, timing | +| [`web_timer`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_timer) | docs.rs docs | timers, animation loops, async sleep | | [`web_random`](https://github.com/richardanaya/js-wasm/tree/master/rust/web_random) | docs.rs docs | random numbers | **UI:**