Skip to content

Commit

Permalink
Adding the NPM status and version tag to the readme file, and updatin…
Browse files Browse the repository at this point in the history
…g the .gitignore.
  • Loading branch information
scottbea committed Sep 2, 2015
1 parent 8d6b3ff commit a9ae450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
coverage
.coveralls.yml
.idea/
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# spoken-numbers
[![Build Status][travis-image]][travis-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![Coverage percentage][coveralls-image]][coveralls-url]
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
- - -
> Convert numbers to spoken word formats (e.g. 1375 becomes thirteen seventy five). Various formatting options are provided to support simple digits, c
Expand Down Expand Up @@ -29,11 +27,6 @@ var words4 = spokenNumbers.toSpoken('AA1901', 'd'); // => 'A A one nine zero one
- `w` - Formats all numbers in a verbose form, including named units. Example: `14,302,033` becomes `fourteen million three hundred and two thousand thirty three`
- `d:o` - Formats all numbers as individual digits but replaces `zero` with `0`. Example: `14,302,033` becomes `one four three o two o three three`

## Contributing
Do your changes and submit a PR. If you've write access and want to bump the
version, run `mversion [major|minor|patch] -m`. That'll bump both `bower.json`
and `package.json`.

## License
This code is licensed under the MIT license for [Scott Beaudreau](). For more
information, please refer to the [LICENSE](/LICENSE) file.
Expand Down

0 comments on commit a9ae450

Please sign in to comment.