From 04a8b8fcc4021ed4842efdd7aab3f32451199d2b Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Sat, 18 Mar 2017 11:48:16 -0400 Subject: [PATCH] chore(readme): Fix CircleCI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3492e0..74b88aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docbox :blue_book: -[![Circle CI](https://circleci.com/gh/mapbox/docbox.svg?style=svg)](https://circleci.com/gh/mapbox/docbox) +[![Circle CI](https://circleci.com/gh/tmcw/docbox.svg?style=shield)](https://circleci.com/gh/tmcw/docbox) **Docbox is an open source version of [Mapbox](https://mapbox.com/)'s REST API documentation system.** It takes structured Markdown files and generates a friendly two-column layout with navigation, permalinks, and examples. The documentation source files that Docbox uses are friendly for documentation authors and free of presentational code: it's Markdown.