Skip to content

Commit 1f4e904

Browse files
committed
docs: replace travis badge with Github workflows
1 parent d1b8069 commit 1f4e904

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# workfront-api
22

3-
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![Apache v2 License][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![Coverage][codecov-image]][codecov-url] [![Code Climate][code-climate-image]][code-climate-url]
3+
[![NPM downloads][npm-downloads-image]][npm-url]
4+
[![Apache v2 License][license-image]][license-url]
5+
![workflow](https://github.com/workfront/workfront-api/actions/workflows/main.yml/badge.svg)
6+
[![Coverage][codecov-image]][codecov-url]
7+
[![Code Climate][code-climate-image]][code-climate-url]
48
[![Build Status][saucelabs-badge]][saucelabs-url]
59

610
[![Build Status][saucelabs-matrix]][saucelabs-url]
@@ -22,7 +26,7 @@ const Workfront = require('workfront-api')
2226
/**
2327
* The console.log statement below will output the following:
2428
* {
25-
* NodeApi: [Function: Api],
29+
* Api: [Function: Api],
2630
* ResponseHandler: { success: [Function: success], failure: [Function: failure] }
2731
* }
2832
*/

0 commit comments

Comments
 (0)