diff options
author | Peter Bex <peter@more-magic.net> | 2018-08-11 12:10:50 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2018-08-11 12:10:50 +0200 |
commit | 25156e2434cf5c1a46e6a1f5064ab2147d0d8466 (patch) | |
tree | feb959326357a286cedd77dfdd02f9dccf16c699 /README | |
parent | ce8b03b1dc448f87d64cf76e298d4dc2f0f9a2e6 (diff) | |
download | pseudo-meta-egg-info-25156e2434cf5c1a46e6a1f5064ab2147d0d8466.tar.gz |
Port to CHICKEN 5 (with backwards compat in CHICKEN 4)1.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ for each revision, with the revision number as its name: You can use it like this: -(use spiffy spiffy-uri-match pseudo-meta-egg-info) +(import spiffy spiffy-uri-match pseudo-meta-egg-info) ;; Trailing slash is mandatory here! ;; The {chicken-release} placeholder gets replaced by the major CHICKEN version. |