From c16f1f44e3c18281223b5f3de01f874f51069407 Mon Sep 17 00:00:00 2001 From: Sudhir Shenoy Date: Fri, 4 Aug 2017 06:43:03 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e857c26..0c219ba 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ in this case) and ignore the time. convention (such as *Actual/365* or *30/360*) is taken into account so that the result can be used to accurately compute 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 calendars. - 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 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 -OS X. The code is portable and should run on any Common Lisp environment. +The library has been tested with Clozure CL (on Mac OS X and Windows) and SBCL (on Mac +OS X only). The code is portable and should run on any Common Lisp environment. ## License