Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timakro committed Jan 14, 2025
1 parent 2b251f0 commit 2237bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm start
to start a development server, that will typically be available at [http://localhost:5173](http://localhost:5173). For further available npm scripts, you can review the [package.json](./package.json)

### Building the Library locally
If you want to make changes to the lens library while integrating those changes directly in the local development version of your application, you need to tell npm to make lens locally available. For this use-case, we prepared to npm scripts:
If you want to make changes to the lens library while integrating those changes directly in the local development version of your application, you need to tell npm to make lens locally available. For this use-case, we prepared two npm scripts:

1) Run `npm run watch`, to start building the library on changes
2) Open a second terminal
Expand Down Expand Up @@ -56,7 +56,7 @@ lens-info-button::part(info-button-icon) {
- [ ] After making the library available on npm, we will move the `AppCCP.svelte`, `AppBBMRI.svelte` and `AppGBA.svelte` to their separate repositories that are just using this library.
- [ ] On the long term, we plan to stabilize the api and configuration options the library offers and will document them here.

## Build With
## Built With
- [Svelte](https://svelte.dev/)

## License
Expand Down

0 comments on commit 2237bf1

Please sign in to comment.