Skip to content

Commit 3b4a93c

Browse files
committed
update README with version and build status badges
1 parent 762e85b commit 3b4a93c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# svg-numbers
22

3-
Parser and serializer for lists of coordinates in SVG documents, such as [the `points` attribute of a `<polyline>` element][http://www.w3.org/TR/SVG/shapes.html#PointsBNF].
3+
Parser and serializer for lists of coordinates in SVG documents, such as [the `points` attribute of a `<polyline>` element](http://www.w3.org/TR/SVG/shapes.html#PointsBNF).
4+
5+
[![NPM version](https://badge.fury.io/js/svg-numbers.png)](http://badge.fury.io/js/svg-numbers) [![Build status](https://travis-ci.org/PPvG/svg-numbers.png?branch=master)](https://travis-ci.org/PPvG/svg-numbers)
46

57
## Installation
68

@@ -42,7 +44,7 @@ If a syntax error is found, an error is thrown. The valid coordinates up to and
4244
// [ 10, 20 ]
4345
}
4446

45-
(The W3C SVG recommendation has something to say about [error processing][http://www.w3.org/TR/SVG/implnote.html#ErrorProcessing].)
47+
(The W3C SVG recommendation has something to say about [error processing](http://www.w3.org/TR/SVG/implnote.html#ErrorProcessing).)
4648

4749
## Running the tests
4850

0 commit comments

Comments
 (0)