aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index eacf343..f6be26e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
## Sleepy
+I wrote about the creation of sleepy
+[here](https://dougblack.io/words/a-restful-micro-framework-in-go.html).
+
#### A RESTful framework for Go
Sleepy is a micro-framework for building RESTful APIs.
bgstack15