From 51f1eedec75c4a6ed2a5545c3ec397b99305aba5 Mon Sep 17 00:00:00 2001 From: Katalina / stardust Date: Thu, 10 Aug 2017 19:16:34 -0500 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a8d77..0597147 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -esi +# esi + +Go version of @AlexPoulson's ESI format. + +See original repo for more info: https://github.com/AlexPoulsen/esi + +This package is compatible with the `"image"` package. See `esiconv/main.go` for a very simple example of usage. + +## esiconv + +`esiconv` is a conversion tool, and also serves as an example for this package's usage.