1- # @workfront/api
1+ # @workfront/workfront- api
22
33[ ![ NPM downloads] [ npm-downloads-image ]] [ npm-url ]
44[ ![ Apache v2 License] [ license-image ]] [ license-url ]
@@ -16,11 +16,11 @@ If used in browser environment you may need to polyfill Promises (see ES6 Promis
1616
1717#### Server-side
1818
19- Install as a dependency: ` npm install --save @workfront/api ` .
20- Then ` require('@workfront/api') ` in your code. For example:
19+ Install as a dependency: ` npm install --save @workfront/workfront- api ` .
20+ Then ` require('@workfront/workfront- api') ` in your code. For example:
2121
2222``` javascript
23- const Workfront = require (' @workfront/api' )
23+ const Workfront = require (' @workfront/workfront- api' )
2424
2525/**
2626 * The console.log statement below will output the following:
@@ -102,9 +102,9 @@ See the top-level file `LICENSE` and
102102
103103[ license-image ] : http://img.shields.io/badge/license-APv2-blue.svg?style=flat-square
104104[ license-url ] : LICENSE
105- [ npm-url ] : https://www.npmjs.org/package/@workfront/api
106- [ npm-version-image ] : https://img.shields.io/npm/v/@workfront/api.svg?style=flat-square
107- [ npm-downloads-image ] : https://img.shields.io/npm/dm/@workfront/api.svg?style=flat-square
105+ [ npm-url ] : https://www.npmjs.org/package/@workfront/workfront- api
106+ [ npm-version-image ] : https://img.shields.io/npm/v/@workfront/workfront- api.svg?style=flat-square
107+ [ npm-downloads-image ] : https://img.shields.io/npm/dm/@workfront/workfront- api.svg?style=flat-square
108108[ codecov-url ] : https://codecov.io/gh/Workfront/workfront-api
109109[ codecov-image ] : https://codecov.io/gh/Workfront/workfront-api/branch/master/graph/badge.svg
110110[ code-climate-url ] : https://codeclimate.com/github/Workfront/workfront-api
0 commit comments