From dcd02f57026976dcc9a9c9ba492e09c649df1064 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 19 Oct 2020 17:58:38 +0200 Subject: [PATCH] Add badges --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cf46082..bbfd779 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Weblog + + + Crates.io version + + + + docs.rs docs + + weblog is a crate that defines a set of macros for calling `console.log()`, `console.error()` and other members of the browser's console API when targeting Wasm. ## Features