Skip to content

Commit 6a5e671

Browse files
authored
Update README.md
1 parent 0493008 commit 6a5e671

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Ionic 2 Advanced Components
22

33
This repository was made in order to help people learn and speed up their development process.
4-
54
You will find many many different components, pages, pipes, services, of which can be very useful to you.
65

76
The content here is a mix of tutorials found online, a few adapted codepen stuff, a few dribbble inspired layouts, and also other stuff made by me.
87

9-
HOPEFULLY you will like this repo and feel like contributing, so please if you can, contribute so we can have even more amazing content!
8+
**HOPEFULLY** you will like this repo and feel like contributing, so please if you can, contribute so we can have even more amazing content!
109

1110
## Setup
1211

@@ -35,11 +34,11 @@ $ npm install
3534
## Install cordova plugin Dependencies
3635
Run this command on your terminal to install all needed puglins:
3736
```sh
38-
$ cordova prepare
37+
$ ionic state restore
3938
```
4039

4140
## Launching the App
4241
After installing the needed dependencies you are done, launch your app with a simple
4342
```sh
4443
$ ionic serve
45-
```
44+
```

0 commit comments

Comments
 (0)