Skip to content

Commit b67b559

Browse files
committed
chore: clean up README.md by removing unnecessary lines and reordering sections
1 parent 88a1753 commit b67b559

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# react-scannable
22

3-
>
4-
53
[![NPM](https://img.shields.io/npm/v/react-scannable.svg)](https://www.npmjs.com/package/react-scannable)
64

75
## Install
@@ -35,15 +33,9 @@ class Example extends Component {
3533
}
3634
```
3735

38-
## License
39-
40-
MIT © [shayc](https://github.com/shayc)
41-
4236
## Development
4337

44-
This project uses Vite 8 (powered by Rolldown) for the library and demo builds, and Vitest for
45-
tests. The published CommonJS and ESM filenames, automatic CSS injection, and legacy JavaScript
46-
syntax compatibility are retained for existing consumers.
38+
To develop and verify the package locally:
4739

4840
```bash
4941
npm install
@@ -53,3 +45,7 @@ npm run styleguide
5345
```
5446

5547
Run the complete release-oriented verification with `npm run check`.
48+
49+
## License
50+
51+
MIT © [shayc](https://github.com/shayc)

0 commit comments

Comments
 (0)