From f82e6291f30f6d4fcfe99573b55f85e7eb393519 Mon Sep 17 00:00:00 2001 From: Raphael Simon Date: Tue, 21 May 2019 11:26:31 -0700 Subject: [PATCH] Add note about Goa compatibility --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e106f97..b8225ff 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # gorma Gorma is a storage generator for [goa](http://goa.design). +>Note: Gorma is not compatible with Goa v2 or v3 and requires [v1](https://github.com/goadesign/goa/tree/v1). + [![GoDoc](https://godoc.org/github.com/goadesign/gorma?status.svg)](http://godoc.org/github.com/goadesign/gorma) [![Build Status](https://travis-ci.org/goadesign/gorma.svg?branch=master)](https://travis-ci.org/goadesign/gorma) [![Go Report Card](https://goreportcard.com/badge/github.com/goadesign/gorma)](https://goreportcard.com/report/github.com/goadesign/gorma) ## Table of Contents