Add import path to README.md

This commit is contained in:
Adnan Maolood 2020-10-24 16:58:35 -04:00
parent ca118681c0
commit 255eef9e31

View File

@ -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.