From 9cec061bb50b009e6d0275466e66859dd0f6891f Mon Sep 17 00:00:00 2001 From: YingRui Lu Date: Thu, 25 Apr 2019 12:14:17 +0800 Subject: [PATCH] update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7510acd..d6fa624 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # JSONAPI Swagger -Create a JSONAPI Swagger. +Generate JSONAPI Swagger Doc. + +[![Gem Version](https://img.shields.io/gem/v/jsonapi-swagger.svg)](https://rubygems.org/gems/jsonapi-swagger) [![GitHub license](https://img.shields.io/github/license/superiorlu/jsonapi-swagger.svg)](https://github.com/superiorlu/jsonapi-swagger/blob/master/LICENSE.md) ## Installation @@ -24,6 +26,10 @@ Or install it yourself as: rails generate jsonapi:swagger User # UserResponse < JSONAPI::Resource ``` +## Resource +- [JSONAPI](https://jsonapi.org/) +- [Rswag](https://github.com/domaindrivendev/rswag) + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/superiorlu/jsonapi-swagger.