Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Feb 4, 2020
1 parent 5f705f6 commit 4b4fd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The WorkingDaysCalculator is a demonstration of calculating the number of workin
* If the end date is not a Saturday, roll it forward to the next Saturday, counting the number of working days required, _fe_
* Calculate the number of working days between the adjusted start and end dates
* Divide by 7 to give the number of complete weeks, _w_
* Calculate the number of working days as 5 * _w_ + _fs_ + _fe_ + 1
* Calculate the number of working days as 5 * _w_ + _fs_ - _fe_ - 1

## Getting Started

Expand Down

0 comments on commit 4b4fd74

Please sign in to comment.