Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
change package name from FuncPool to funcPool
Browse files Browse the repository at this point in the history
  • Loading branch information
Runjuu committed Aug 8, 2017
1 parent 6fd5854 commit 8f32b48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Build Status](https://travis-ci.org/Runjuu/FuncPool.svg?branch=master)](https://travis-ci.org/Runjuu/FuncPool)
[![Coverage Status](https://coveralls.io/repos/github/Runjuu/FuncPool/badge.svg?branch=master)](https://coveralls.io/github/Runjuu/FuncPool?branch=master)
[![npm version](https://badge.fury.io/js/FuncPool.svg)](https://badge.fury.io/js/FuncPool)
[![Total downloads](https://img.shields.io/npm/dt/FuncPool.svg)](https://www.npmjs.com/package/FuncPool)
[![npm version](https://badge.fury.io/js/funcPool.svg)](https://badge.fury.io/js/funcPool)
[![Total downloads](https://img.shields.io/npm/dt/funcPool.svg)](https://www.npmjs.com/package/funcPool)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md#pull-requests)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)

Expand All @@ -16,7 +16,7 @@ npm i FuncPool

## Quick Examples
```js
import FuncPool from 'FuncPool';
import FuncPool from 'funcPool';
const funcPool = new FuncPool();

function hello() { console.log('hello'); }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "FuncPool",
"name": "funcPool",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down

0 comments on commit 8f32b48

Please sign in to comment.