From 3d94dd494e1fff9f94ea4ae46c87bacfed1b241f Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Wed, 4 Dec 2019 19:34:41 +0100 Subject: [PATCH] Removed issue #1 from the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9526d94..bc8a65e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Basic lib for using [activity pub](https://www.w3.org/TR/activitypub/#Overview) API in Go. -Please see issue [#1](https://github.com/go-ap/activitypub.go/issues/1) before considering this project for real life applications. +It contains types for most of the ActivityStreams vocabulary and the ActivityPub extension. +They are documented accordingly with annotations from the specification. ## Usage