Просмотр исходного кода

Merge pull request #288 from ashmaroli/gem-badge

Add gem-version badge to README
Kevin Hughes 10 лет назад
Родитель
Сommit
60c1a4bd52
1 измененных файлов с 7 добавлено и 2 удалено
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -1,5 +1,10 @@
-[![Build Status](https://travis-ci.org/Shopify/shopify_api.svg?branch=master)](https://travis-ci.org/Shopify/shopify_api)
-# Shopify API
+Shopify API
+===========
+[![Version][gem]][gem_url] [![Build Status](https://travis-ci.org/Shopify/shopify_api.svg?branch=master)](https://travis-ci.org/Shopify/shopify_api)
+
+[gem]: https://img.shields.io/gem/v/shopify_api.svg
+[gem_url]: https://rubygems.org/gems/shopify_api
+
 
 
 The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores.
 The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores.