diff --git a/README.md b/README.md index 7c8a4d4eb..b6b0075e9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ npm install npm start ``` -Check it on on `http://localhost:6969/`. +Check it on `http://localhost:6969/`. ## Developing Components @@ -39,7 +39,7 @@ Export the component from `app/main.ts`: export * from './components/hi-mom.svelte'; ``` -Now use it in anywhere in your HTML or Markdown. +Now use it anywhere in your HTML or Markdown. ```html