Skip to content

Commit

Permalink
aureooms- > @aureooms/ : update markdwon, json and yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 16, 2017
1 parent 2c2d9e1 commit ae4b90a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Python's counter data structure for JavaScript. Parent is
counter('abracadabra').get('a'); // 5
```

[![NPM license](http://img.shields.io/npm/l/aureooms-js-collections-counter.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-collections-counter/master/LICENSE)
[![NPM version](http://img.shields.io/npm/v/aureooms-js-collections-counter.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-collections-counter)
[![NPM license](http://img.shields.io/npm/l/@aureooms/js-collections-counter.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-collections-counter/master/LICENSE)
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-collections-counter.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-collections-counter)
[![Build Status](http://img.shields.io/travis/aureooms/js-collections-counter.svg?style=flat)](https://travis-ci.org/aureooms/js-collections-counter)
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-collections-counter.svg?style=flat)](https://coveralls.io/r/aureooms/js-collections-counter)
[![Dependencies Status](http://img.shields.io/david/aureooms/js-collections-counter.svg?style=flat)](https://david-dm.org/aureooms/js-collections-counter#info=dependencies)
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-collections-counter.svg?style=flat)](https://david-dm.org/aureooms/js-collections-counter#info=devDependencies)
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-collections-counter.svg?style=flat)](https://codeclimate.com/github/aureooms/js-collections-counter)
[![NPM downloads per month](http://img.shields.io/npm/dm/aureooms-js-collections-counter.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-collections-counter)
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-collections-counter.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-collections-counter)
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-collections-counter.svg?style=flat)](https://github.com/aureooms/js-collections-counter/issues)
[![Documentation](https://aureooms.github.io/js-collections-counter/badge.svg)](https://aureooms.github.io/js-collections-counter/source.html)

Expand Down
4 changes: 2 additions & 2 deletions doc/manual/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ or [npm](https://github.com/npm/npm).

### jspm
```terminal
jspm install npm:aureooms-js-collections-counter
jspm install npm:@aureooms/js-collections-counter
```

### npm
```terminal
npm install aureooms-js-collections-counter --save
npm install @aureooms/js-collections-counter --save
```
4 changes: 2 additions & 2 deletions doc/manual/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'babel-polyfill' ;

Then
```js
const number = require( 'aureooms-js-collections-counter' ) ;
const number = require( '@aureooms/js-collections-counter' ) ;
// or
import number from 'aureooms-js-collections-counter' ;
import number from '@aureooms/js-collections-counter' ;
```

0 comments on commit ae4b90a

Please sign in to comment.