Skip to content

Commit

Permalink
Scoped package name
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jun 16, 2016
1 parent fdd2e2f commit ea12106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# is-electron [![build status](https://travis-ci.org/cheton/is-electron.svg?branch=master)](https://travis-ci.org/cheton/is-electron) [![Coverage Status](https://coveralls.io/repos/github/cheton/is-electron/badge.svg?branch=master)](https://coveralls.io/github/cheton/is-electron?branch=master)

[![NPM](https://nodei.co/npm/is-electron.png?downloads=true&stars=true)](https://nodei.co/npm/is-electron/)
[![NPM](https://nodei.co/npm/@cheton/is-electron.png?downloads=true&stars=true)](https://nodei.co/npm/@cheton/is-electron/)

Detect if running in Electron.

Expand All @@ -13,7 +13,7 @@ npm install --save @cheton/is-electron
## Usage

```js
import isElectron from 'is-electron';
import isElectron from '@cheton/is-electron';

console.log(isElectron);
```
Expand Down

0 comments on commit ea12106

Please sign in to comment.