Skip to content

Commit ff125fb

Browse files
authored
Add build status badge to README
1 parent 07de29c commit ff125fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This library provides an interface to APIs following the JSONAPI spec. Though we
44

55
Written in [Typescript](https://www.typescriptlang.org) but works in plain old ES5 as well. This library is isomorphic - use it from the browser, or from the server with NodeJS.
66

7-
![Travis Status](https://travis-ci.org/jsonapi-suite/jsorm.svg?branch=master)
7+
[![Build Status](https://travis-ci.org/jsonapi-suite/jsorm.svg?branch=master)](https://travis-ci.org/jsonapi-suite/jsorm)
88

99
### Sample Usage
1010

0 commit comments

Comments
 (0)