File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- # vimeo-regex [ ![ NPM version ] [ npmjs-img ]] [ npmjs-url ] [ ![ Build Status] [ travis-img ]] [ travis-url ] [ ![ Coveralls ] [ coveralls-img ]] [ coveralls-url ]
1
+ # vimeo-regex [ ![ Build Status] ( https:// travis-ci.org/isRuslan/vimeo-regex.svg?branch=master )] ( https:// travis-ci.org/isRuslan/vimeo-regex ) [ ![ Coverage Status ] ( https:// coveralls.io/repos/isRuslan/vimeo-regex/badge.svg?branch=master&service=github )] ( https:// coveralls.io/github/isRuslan/vimeo-regex?branch=master )
2
2
> The correct Vimeo video id regex.
3
3
4
+ ## Install
4
5
5
- ## Install [ ![ Nodei.co stats] [ npmjs-ico ]] [ npmjs-url ]
6
- > Install with [ npm] ( https://npmjs.org )
7
-
8
- ```
6
+ ``` sh
9
7
$ npm install vimeo-regex
10
8
$ npm test
11
9
```
@@ -18,7 +16,7 @@ $ npm test
18
16
## Usage
19
17
> All use-cases are avaliable in [ tests] ( ./test.js )
20
18
21
- ```
19
+ ``` js
22
20
var vimeoRegex = require (' youtube-regex' );
23
21
24
22
// plain link
You can’t perform that action at this time.
0 commit comments