diff --git a/README.md b/README.md index cfe2db1..80dc82f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # zkWasm SDK -This is the repository for the JavaScript SDK for zkWasm. You can use this library client or server-side as long as the runtime supports `Wasm`, Workers, and IndexedDB. To get started, bootstrap an AssemblyScript project with [`create-zkwasm-app`](https://npm.im/create-zkwasm-app): +This is the repository for the JavaScript SDK for zkWasm. You can use this library client or server-side as long as the runtime supports `Wasm`, Workers, and IndexedDB. To get started, bootstrap an AssemblyScript project with [`hyperspace-sdk`](https://www.npmjs.com/package/hyperspace-sdk): ```shell npx create-zkwasm-app your-project-name