From 572a70b8c60c757cb31e2c5d0662f6f645ef2fec Mon Sep 17 00:00:00 2001 From: Bruno Parmentier Date: Tue, 22 Jan 2019 18:03:39 +0100 Subject: [PATCH] Fix typo in project description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f13ac2..06f0627 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Python Druuid -A python implementation of a date-realtive (and relatively universally unique) +A python implementation of a date-relative (and relatively universally unique) UUID generator. It is based on the [original][1] implementation in Ruby. ## Concept