Skip to content

Commit

Permalink
Merge pull request #166 from samply/pr-fix-readme-typo
Browse files Browse the repository at this point in the history
fix: typo in README.md
patrickskowronekdkfz authored Jan 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 2d19ebe + aa3bbd0 commit f2f65f1
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
@@ -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
@@ -68,7 +68,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

0 comments on commit f2f65f1

Please sign in to comment.