From 7af125c229694fa08638c822196b34a5a216a6d9 Mon Sep 17 00:00:00 2001 From: Carlos Cunha Date: Wed, 17 Feb 2016 22:44:53 +0000 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9897438..3f94347 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Less-significant fields can be omitted: => (date-time 1986 10 14) # -Get the current time with `(now)` and the start of the Unix epoch with `(epcoh)`. +Get the current time with `(now)` and the start of the Unix epoch with `(epoch)`. Once you have a date-time, use accessors like `hour` and `sec` to access the corresponding fields: