From 493c3bcbb4f7520f8851f6d44cc653d2cd5a9d9b Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Wed, 13 Oct 2021 15:05:21 +0530 Subject: [PATCH] release 0.1.0 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ffb6fe..d12415f 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ in Rust. ```shell # install CLI -deno install -Afq -n deno_bindgen https://raw.githubusercontent.com/littledivy/deno_bindgen/main/cli.ts +deno install -Afq -n deno_bindgen https://deno.land/x/deno_bindgen/cli.ts ``` ```toml # Cargo.toml [dependencies] -deno_bindgen = { git = "https://github.com/littledivy/deno_bindgen" } +deno_bindgen = "0.1" ``` ```rust @@ -42,3 +42,8 @@ import { add } from "./bindings/bindings.ts"; add({ a: 1, b: 2 }); // 3 ``` + +#### LICENSE + +MIT +