We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debbfc4 commit 5fc9c6aCopy full SHA for 5fc9c6a
README.md
@@ -7,9 +7,9 @@ Valido — A helper library for form validation built on top of .@chriso's valid
7
8
2. Navigate into the valido folder: `$ cd valido`
9
10
-3. Install deps using yarn: `$ yarn install`
+3. Install deps using npm: `$ npm install`
11
12
-4. Test using jest `$ yarn jest`
+4. Test using jest `$ npm run jest`
13
14
# example usage
15
valido-react/README.md
@@ -3,5 +3,4 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
3
## Usage
4
5
1. Install deps `npm install`
6
-2. Run tests `npm run jest`
-3. Serve locally in development mode `cd valido-react && npm install && npm start`
+2. Serve locally in development mode `npm start`
0 commit comments