Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 18, 2016
1 parent 952da2a commit 6d5c3df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# [function-arguments][author-www-url] [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url]

> Get function arguments, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
> Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
[![code climate][codeclimate-img]][codeclimate-url] [![standard code style][standard-img]][standard-url] [![travis build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![dependency status][david-img]][david-url]

Expand All @@ -22,7 +22,7 @@ const functionArguments = require('function-arguments')
**Params**

* `fn` **{Function}**: Function from which to get arguments names.
* `max` **{Number}**: How many characters to cut from `fn` toString.
* `max` **{Number}**: How many characters to cut from `fn`s toString.
* `returns` **{Array}**

**Example**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "function-arguments",
"version": "1.0.0",
"description": "Get function arguments, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.",
"description": "Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.",
"repository": "tunnckoCore/function-arguments",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
Expand Down

0 comments on commit 6d5c3df

Please sign in to comment.