From 255eef9e319f9068dbcb7b99620ef5326abb9caf Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Sat, 24 Oct 2020 16:58:35 -0400 Subject: [PATCH] Add import path to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 26511d1..cba4cad 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space It aims to provide an API similar to that of net/http to make it easy to develop Gemini clients and servers. +## Usage + + import "git.sr.ht/~adnano/go-gemini" + ## Examples There are a few examples provided in the `examples` directory.