Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few typos in ReadMe #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
[![NPM version](https://img.shields.io/npm/v/accounting-js.svg)](https://www.npmjs.com/package/accounting-js)
[![Docs](http://nashdot.github.io/accounting-js/docs/badge.svg)](http://nashdot.github.io/accounting-js/docs)

**accounting-js** is a tiny JavaScript library for number, money and currency parsing/formatting. It's lightweight, fully localisable, has no dependencies, and works great client-side or server-side. Use standalone or as a nodeJS/npm and AMD/requireJS module.
**accounting-js** is a tiny JavaScript library for number, money and currency parsing/formatting. It's lightweight, fully localizable, has no dependencies, and works great client-side or server-side. Use standalone or as a nodeJS/npm and AMD/requireJS module.

[Documentation](http://nashdot.github.io/accounting-js/docs)

Same as original [accounting.js](http://openexchangerates.github.io/accounting.js), but

* Rewrited with es6, respecting common style
* Rewritten with es6, respecting common style
* Using Rollup to produce UMD version
* Tested with [Ava](https://github.com/sindresorhus/ava), Coverage with [Nyc](https://github.com/bcoe/nyc)
* Applied corrections from
Expand Down