Skip to content

Commit 6bcfd57

Browse files
authored
Update README.md
1 parent 5abab90 commit 6bcfd57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<strong>A completely type-checked form builder for React</strong>
1616
</p>
1717

18-
- ✔️ **Completly type-checked**: make less errors, this library was built for React with Typescript. Supports nested objects/arrays.
18+
- ✔️ **Type-checked**: make less errors, this library was built for React with Typescript.
1919
- 🤔 **Simple**: An intuitive, unclottered and easy to understand api. Well [documented](https://codestix.github.io/typed-react-form/) too, also JSDoc.
2020
- :fire: **Fast**: only rerenders the fields that change. This allows you to create huge forms.
2121
- 📦 **Pretty Small**: [![NPM Size](https://img.shields.io/bundlephobia/minzip/typed-react-form)](https://bundlephobia.com/result?p=typed-react-form)
@@ -36,7 +36,7 @@ This library is built from the ground up for React with typescript, but it also
3636

3737
Contributions are welcome.
3838

39-
1. Clone this repo
39+
1. Clone this repo.
4040
2. Install deps using `yarn`. Yarn is required because of the resolutions field in package.json, npm does not support this.
4141
3. Open a new terminal and navigate to `testing/`, run `yarn` and `yarn start` to start the testing application.
4242
4. Done! When you edit source code, it will be rebuilt and update the testing application.

0 commit comments

Comments
 (0)