diff --git a/README.md b/README.md index 9328891..f404467 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # go-gemini +This repository is a fork of [go-gemini](https://godocs.io/git.sr.ht/~adnano/go-gemini) +implementing better parity with net/http and some tweaks required for use in +[Hnakra](https://git.tebibyte.media/sashakoshka/hnakra). + Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space) in Go. It provides an API similar to that of net/http to facilitate the development of Gemini clients and servers.