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!"); }