From 7112af66244126aa950b14324a3600ce100603e9 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 20 Aug 2020 10:58:41 +0700 Subject: [PATCH] Updated readme and add repos --- README.md | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd47b2b..f06bdb5 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ templates and usages of `wasm-pack`. [Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate) ``` -cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project -cd my-project +cargo generate --git https://github.com/CUBETIQ/wasmweb-sample.git --name my-wasm-project +cd my-wasm-project ``` ### 🛠️ Build with `wasm-pack build` diff --git a/src/lib.rs b/src/lib.rs index 2b2ba49..0464975 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,5 +15,5 @@ extern { #[wasm_bindgen] pub fn greet() { - alert("Hello, CUBETIQ!"); + alert("Hey, CUBETIQ Solution!"); }