Skip to content

Commit

Permalink
update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Jun 29, 2015
1 parent ab1edb4 commit 30a77d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# is-singular [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url]

> Return true if given word is in singular form like `apple`, `car`, `test` and etc.
> Return true if given word is in singular form like `apple`, `car`, `test` and false otherwise, never throws.
[![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 Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "is-singular",
"version": "0.0.0",
"description": "Return true if given word is in singular form like `apple`, `car`, `test` and etc.",
"description": "Return true if given word is in singular form like `apple`, `car`, `test` and false otherwise, never throws.",
"repository": "tunnckoCore/is-singular",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"main": "index.js",
Expand Down

0 comments on commit 30a77d6

Please sign in to comment.