diff --git a/README.md b/README.md
index 2622ff3..2fad497 100755
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Feel free
## Requirements
-- `pnpm` for the package management. (npm works too if you only want to build it)
+- `pnpm` for the package management. (You can also use npm if you only intend to build the project)
- `imagemagick` to generate the blurred background images.
## Development
@@ -19,7 +19,7 @@ Feel free
- `pnpm install` To install the required npm packages
- `pnpm dev` To start the dev server
- `pnpm build` To build the static site into `./build`
-- `pnpm preview` To preview the builded site in `./build` ( no dev environment )
+- `pnpm preview` To preview the built site in `./build` ( no dev environment )
## Credits
diff --git a/src/routes/InstallButton.svelte b/src/routes/InstallButton.svelte
index 8908ae7..24bd270 100755
--- a/src/routes/InstallButton.svelte
+++ b/src/routes/InstallButton.svelte
@@ -36,7 +36,7 @@