Fix path to the lib

This commit is contained in:
Justin Ethier 2019-06-19 18:51:03 -04:00
parent c10cf016c1
commit 69f52b8b08

View file

@ -1,6 +1,6 @@
# Test Library
The `(scheme cyclone test)` library contains a testing framework ported from `(chibi test)` which in turn was ported from CHICKEN.
The `(cyclone test)` library contains a testing framework ported from `(chibi test)` which in turn was ported from CHICKEN.
- [`warning`](#warning)
- [`test-group-inc!`](#test-group-inc)