Skip to content

Commit

Permalink
Update README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
balramgoyal authored May 21, 2020
1 parent 6d17887 commit f858f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,5 @@ Please follow the below steps to add UI kit into your existing app:
1. Git clone the UI kit repository in a folder of your project's root directory.
2. If you are already using Redux, then import all reducers from UI kit to your application's root reducer file.
3. If you are not using Redux, then import `store` from UI kit in your application and pass `store` in `Redux Provider` before using `App`component of UI Kit as you can see in the above examples.
4. Start using UI kit's components in your application component as you can see in the above examples.
4. See UI kit's package.json file and add the missing packages in your project's package.json file.
5. Start using UI kit's components in your application component as you can see in the above examples.

0 comments on commit f858f4f

Please sign in to comment.