Update README.md

This commit is contained in:
Sudhir Shenoy 2017-08-04 06:43:03 +09:00 committed by GitHub
parent ade2629c8f
commit c16f1f44e3

View file

@ -47,7 +47,7 @@ in this case) and ignore the time.
convention (such as *Actual/365* or *30/360*) is taken into convention (such as *Actual/365* or *30/360*) is taken into
account so that the result can be used to accurately compute account so that the result can be used to accurately compute
interest on a bond or loan. interest on a bond or loan.
- Similar functions (e.g., **add-workdays**, **prev-workday**, - Other functions (e.g., **add-workdays**, **prev-workday**,
**diff-workdays**) provide similar functionality using holiday **diff-workdays**) provide similar functionality using holiday
calendars. calendars.
- A function **generate-schedule** is provided to generate a - A function **generate-schedule** is provided to generate a
@ -72,8 +72,8 @@ party library dependencies.
Test cases are in _test-*.lisp_. To run, load the *cl-dates-test* package Test cases are in _test-*.lisp_. To run, load the *cl-dates-test* package
and run **cl-dates-test:run-all-tests**. and run **cl-dates-test:run-all-tests**.
The library has been tested with CCL on Mac OS X and Windows and SBCL on Mac The library has been tested with Clozure CL (on Mac OS X and Windows) and SBCL (on Mac
OS X. The code is portable and should run on any Common Lisp environment. OS X only). The code is portable and should run on any Common Lisp environment.
## License ## License