diff --git a/README.md b/README.md
index 67bd707..5af2e5e 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,15 @@
[](https://jetro.io)
![GitHub](https://img.shields.io/github/license/mitghi/jetro)
-Jetro is a tool with custom DSL for transforming, querying and comparing data in JSON format.
+Jetro is a library which provides a custom DSL for transforming, querying and comparing data in JSON format. It is simple to use and extend.
Jetro has minimal dependency, the traversal and eval algorithm is implemented on top of [serde_json](https://serde.rs).
+Jetro can be used inside Web Browser by compiling down to WASM. Visit [Jetro Web](https://jetro.io)
+to try it online, or [clone it](https://github.com/mitghi/jetroweb) and give it a shot.
+
+Jetro can be used in command line using [Jetrocli](https://github.com/mitghi/jetrocli).
+
```rust
let data = serde_json::json!({
"name": "mr snuggle",
@@ -34,12 +39,13 @@ struct Output {
let output: Option