Skip to content

Commit

Permalink
var -> const in the readme sample
Browse files Browse the repository at this point in the history
let's promote best practices
  • Loading branch information
capaj committed Oct 12, 2017
1 parent be5dda6 commit 49aea50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install is-ci --save
## Usage

```js
var isCI = require('is-ci')
const isCI = require('is-ci')

if (isCI) {
console.log('The code is running on a CI server')
Expand Down

0 comments on commit 49aea50

Please sign in to comment.