We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8259eb commit 0b324cdCopy full SHA for 0b324cd
1 file changed
README.md
@@ -13,8 +13,8 @@ If used in browser environment you may need to polyfill Promises (see ES6 Promis
13
14
#### Server-side
15
16
-Install as a dependency:
17
-npm install --save workfront-api
+Install as a dependency:
+`npm install --save workfront-api`
18
Then `require('workfront-api')` in your code. For example:
19
20
```javascript
@@ -85,7 +85,7 @@ provide as much detail and context as possible.
85
86
## License
87
88
-Copyright (c) 2015 Workfront
+Copyright (c) 2015-2019 Workfront
89
90
Licensed under the Apache License, Version 2.0.
91
See the top-level file `LICENSE` and
0 commit comments