Skip to content

Commit 8fa5c41

Browse files
committed
Modification in doc
1 parent afbb59c commit 8fa5c41

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A sublime plugin complete with ionic framework snippets
55

66
Feel free to let me know what else you want added via:
77

8-
- Twitter [@tenthgeek](https://twitter.com/tenthgeek)
8+
- Twitter [@PixelDropINC](https://twitter.com/pixeldropinc)
99
- [Issues](https://github.com/PixelDropInc/ionic-snippets-sublime-plugin/issues)
1010

1111

@@ -24,7 +24,6 @@ Feel free to let me know what else you want added via:
2424
- [Range](#range)
2525
- [Select](#select)
2626
- [Tabs](#tabs)
27-
- [Grid](#grid)
2827
- [Utility](#utility)
2928
- [License](#license)
3029

@@ -76,7 +75,7 @@ ionic css snippets are prefixed with ion-
7675
| Component | Snippet code |
7776
|------------------------------- | :-----------------------------:|
7877
| button | ion-button |
79-
| button | ion-button-block |
78+
| button-block | ion-button-block |
8079
| button-light | ion-button-light |
8180
| button-stable | ion-button-stable |
8281
| button-positive | ion-button-positive |
@@ -190,23 +189,13 @@ ionic css snippets are prefixed with ion-
190189
| tabs-top-icon | ion-tabs-icon-top |
191190
| tabs-left-icon | ion-tabs-icon-left |
192191

193-
### Grid
194-
195-
| Component | Snippet code |
196-
|------------------------------- | :-----------------------------:|
197-
| CDN link (both CSS & JS) | bs3-cdn |
198-
| CDN link (CSS only) | bs3-cdn:css |
199-
| CDN link (JS only) | bs3-cdn:js |
200192

201193
### Utility
202194

203195
| Component | Snippet code |
204196
|------------------------------- | :-----------------------------:|
205197
| icons | ion-star |
206-
| CDN link (CSS only) | bs3-cdn:css |
207-
| CDN link (JS only) | bs3-cdn:js |
208198

209199
### License
210200

211-
Ionic Snippets - Sublime Plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
212-
z
201+
Ionic Snippets - Sublime Plugin is open-sourced software licensed under the [GNU GPL license](http://www.gnu.org/copyleft/gpl.html).

0 commit comments

Comments
 (0)