From 4c5c8bcdd9ce94e713a5f4b6183ec685040e1d90 Mon Sep 17 00:00:00 2001 From: Christophe Le Bars Date: Thu, 27 May 2021 15:41:36 +0200 Subject: [PATCH] typo docs --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4133b3d..d480b30 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Use the [web3.js library](https://web3js.readthedocs.io/) as a collection of [readable svelte stores](https://svelte.dev/tutorial/readable-stores) -for Svelte, Sapper or Svelte-kit. +for Svelte, Sapper or Sveltekit. ## Installation @@ -14,7 +14,7 @@ for Svelte, Sapper or Svelte-kit. npm i svelte-web3 ``` -2. add the web3.js library in the main HTML page (`public/index.html` in Svelte, `src/template.html` in Sapper or `src/app.html` in Svelte-kit) +2. add the web3.js library in the main HTML page (`public/index.html` in Svelte, `src/template.html` in Sapper or `src/app.html` in Sveltekit) ```html @@ -42,7 +42,7 @@ defaultChainStore.setBrowserProvider() Please note that your code need to be in browser context when `setBrowserProvider` is running. So you may want to use `onMount` when -using Sapper or Svelte-kit. Similarly, you cannot use +using Sapper or Sveltekit. Similarly, you cannot use `setBrowserProvider` in SSR context. ```js @@ -74,7 +74,7 @@ $web3.eth.getBalance() The whole Web3.js API is now usable in the `