We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ee0ac commit 826a732Copy full SHA for 826a732
README.md
@@ -1,5 +1,5 @@
1
# injection
2
-[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image]
+[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
3
4
> Tiny script which helps you to build better browser extensions for GitHub.com
5
@@ -35,7 +35,7 @@ gitHubInjection(() => {
35
36
```
37
38
-### Node (Browserify)
+### Node
39
```js
40
const gitHubInjection = require('github-injection');
41
0 commit comments