Skip to content

Commit

Permalink
Merge pull request dynamic#150 from jsirish/bugfix/badgeBranches
Browse files Browse the repository at this point in the history
README - update badges to branch 2.0
  • Loading branch information
muskie9 authored Mar 20, 2017
2 parents 45bb6e8 + f944ac6 commit 496c9bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# SilverStripe Locator

[![Build Status](https://travis-ci.org/dynamic/silverstripe-locator.svg?branch=master)](https://travis-ci.org/dynamic/silverstripe-locator)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/quality-score.png?b=1.1)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/?branch=1.1)
[![Code Coverage](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/coverage.png?b=1.1)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/?branch=1.1)
[![Build Status](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/build.png?b=1.1)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/build-status/1.1)
[![codecov.io](https://codecov.io/github/dynamic/silverstripe-locator/coverage.svg?branch=master)](https://codecov.io/github/dynamic/silverstripe-locator?branch=master)
[![Build Status](https://travis-ci.org/dynamic/silverstripe-locator.svg?branch=2.0)](https://travis-ci.org/dynamic/silverstripe-locator)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/quality-score.png?b=2.0)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/?branch=2.0)
[![Code Coverage](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/coverage.png?b=2.0)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/?branch=2.0)
[![Build Status](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/build.png?b=2.0)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/build-status/2.0)
[![codecov.io](https://codecov.io/github/dynamic/silverstripe-locator/coverage.svg?branch=2.0)](https://codecov.io/github/dynamic/silverstripe-locator?branch=2.0)

SilverStripe Locator displays a filterable map of locations. You can choose whether to show all locations on load, or enable auto geocoding to filter the initial list based on the visitor's location.

Expand All @@ -15,7 +15,7 @@ SilverStripe Locator displays a filterable map of locations. You can choose whet

## Installation

`composer require "dynamic/silverstripe-locator" "dev-master"`
`composer require "dynamic/silverstripe-locator"`

Add `locator` and `addressable` to your `.gitignore`

Expand Down

0 comments on commit 496c9bd

Please sign in to comment.