Skip to content

Commit

Permalink
README: Explicitly request SVG badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Mar 20, 2014
1 parent 1cdc47f commit 1c84f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# ES6 `String.prototype.startsWith` polyfill [![Build status](https://travis-ci.org/mathiasbynens/String.prototype.startsWith.png?branch=master)](https://travis-ci.org/mathiasbynens/String.prototype.startsWith)
# ES6 `String.prototype.startsWith` polyfill [![Build status](https://travis-ci.org/mathiasbynens/String.prototype.startsWith.svg?branch=master)](https://travis-ci.org/mathiasbynens/String.prototype.startsWith)

A robust & optimized ES3-compatible polyfill for [the `String.prototype.startsWith` method in ECMAScript 6](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.startswith).

Expand Down Expand Up @@ -37,7 +37,7 @@ Polyfills + test suites for [`String.prototype.endsWith`](http://mths.be/endswit

## Author

| [![twitter/mathias](http://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](http://twitter.com/mathias "Follow @mathias on Twitter") |
| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias "Follow @mathias on Twitter") |
|---|
| [Mathias Bynens](http://mathiasbynens.be/) |

Expand Down

0 comments on commit 1c84f7c

Please sign in to comment.