Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Mar 31, 2016
1 parent 8f1c3d1 commit c198e9b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
This tool calculates Japanese income tax from the given taxable income.

This tool based on the rules for 2016. The result includes the Reconstruction special income tax.
This tool is based on the rules for 2016.

# Install

Via npm:

npm install japanese-income-tax

# API

Expand Down Expand Up @@ -38,7 +44,7 @@ Returns the total of the income tax and the special income tax.
- @param {number} taxableIncome The taxable income
- @return {number}

Returns the actual amount you need to pay to the tax bureau.
Returns the actual amount you need to pay to the tax office.

## tax.residentTax(taxableIncome)

Expand Down

0 comments on commit c198e9b

Please sign in to comment.