From 4d14c01e0221ff92925433aa169920f1013fe610 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 14 Feb 2017 12:18:34 +0200 Subject: [PATCH] docs: Add real-life usages to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dd57d950..449fabc4 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,14 @@ We host the latest and all the previous ReDoc releases on GitHub Pages-based **C - `v1.x.x` release: https://rebilly.github.io/ReDoc/releases/v1.x.x/redoc.min.js - `latest` release: https://rebilly.github.io/ReDoc/releases/latest/redoc.min.js this file is updated with each release of ReDoc and may introduce breaking changes. **Not recommended to use in production.** Use particular release or `v1.x.x`. +## Some Real-life usages +- [Rebilly](https://rebilly.github.io/RebillyAPI) +- [Docker Engine](https://docs.docker.com/engine/api/v1.25/) +- [Zuora](https://www.zuora.com/developer/api-reference/) +- [Shopify Draft Orders](https://help.shopify.com/api/draft-orders) +- [Discourse](https://docs.discourse.org) +- [APIs.guru](https://apis.guru/api-doc/) + ## Deployment ### TL;DR