Skip to content

Commit 8aba4fc

Browse files
fix readme style issue
1 parent ea5b934 commit 8aba4fc

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Test coverage](https://codecov.io/gh/dev-javascript/tabs-more-button/graph/badge.svg?token=GT1LU074L2)](https://codecov.io/gh/dev-javascript/tabs-more-button) [![NPM version](http://img.shields.io/npm/v/tabs-more-button.svg?style=flat-square)](http://npmjs.org/package/tabs-more-button) [![License](http://img.shields.io/npm/l/tabs-more-button.svg?style=flat-square)](LICENSE) [![npm download](https://img.shields.io/npm/dm/tabs-more-button.svg?style=flat-square)](https://npmjs.org/package/tabs-more-button) [![Build Status](https://travis-ci.org/ly-components/tabs-more-button.png)](https://travis-ci.org/ly-components/tabs-more-button)
2-
31
# tabs-more-button
42

3+
[![Test coverage](https://codecov.io/gh/dev-javascript/tabs-more-button/graph/badge.svg?token=GT1LU074L2)](https://codecov.io/gh/dev-javascript/tabs-more-button) [![NPM version](http://img.shields.io/npm/v/tabs-more-button.svg?style=flat-square)](http://npmjs.org/package/tabs-more-button) [![License](http://img.shields.io/npm/l/tabs-more-button.svg?style=flat-square)](LICENSE) [![npm download](https://img.shields.io/npm/dm/tabs-more-button.svg?style=flat-square)](https://npmjs.org/package/tabs-more-button) [![Build Status](https://travis-ci.org/ly-components/tabs-more-button.png)](https://travis-ci.org/ly-components/tabs-more-button)
4+
55
Responsive Tabs with more button
66

77
Making tabs responsive by hiding overflow tabs except active tab
@@ -18,15 +18,11 @@ Making tabs responsive by hiding overflow tabs except active tab
1818

1919
## Installation
2020

21-
```js
22-
$ npm install tabs-more-button --save
23-
```
21+
> $ npm install tabs-more-button --save
2422
2523
or
2624

27-
```js
28-
$ yarn add tabs-more-button
29-
```
25+
> $ yarn add tabs-more-button
3026
3127
If you need to directly include script in your html, use the following links :
3228

@@ -142,9 +138,7 @@ document.getElementById('view-more-button').addEventListener('click', () => cons
142138

143139
## Test
144140

145-
```js
146-
$ npm run test
147-
```
141+
> $ npm run test
148142
149143
## License
150144

0 commit comments

Comments
 (0)