diff --git a/README.md b/README.md index 4db0fa2..f87e294 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ npm i saos --save-dev yarn add -D saos ``` -Note: **Sapper only supports libs as DEV dependencies**, if you realy want to use this lib as a normal dependency on Sapper make sure to import like this `import Saos from 'saos/src/Saos.svelte';` or otherwise you will have problems with SSR! +Note: **Sapper only supports libs as DEV dependencies**, if you really want to use this lib as a normal dependency on Sapper make sure to import like this `import Saos from 'saos/src/Saos.svelte';` or otherwise you will have problems with SSR! ## How to use