You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ Node.js client library to use the Watson APIs.
11
11
12
12
<details>
13
13
<summary>Table of Contents</summary>
14
-
15
14
*[Before you begin](#before-you-begin)
16
15
*[Installation](#installation)
17
16
*[Usage](#usage)
@@ -42,11 +41,19 @@ Node.js client library to use the Watson APIs.
42
41
*[Composing Services](#composing-services)
43
42
*[Debug](#debug)
44
43
*[Tests](#tests)
45
-
*[License](#license)
46
44
*[Contributing](#contributing)
45
+
*[Featured Projects](#featured-projects)
46
+
*[License](#license)
47
47
48
48
</details>
49
49
50
+
## ANNOUNCEMENTS!
51
+
### New Major Version
52
+
The new major version, `v4` has been released. The major new feature in this release is native support for Promises. There are some breaking changes - use the [migration guide](https://github.com/watson-developer-cloud/node-sdk/blob/master/UPGRADE-4.0.md) to navigate any changes that affect your code.
53
+
54
+
### Package Rename
55
+
This package has been moved under the name `ibm-watson`. The package is still available at `watson-developer-cloud`, but that will no longer receive updates. Use `ibm-watson` to stay up to date.
56
+
50
57
## Before you begin
51
58
* You need an [IBM Cloud][ibm-cloud-onboarding] account.
52
59
@@ -831,15 +838,21 @@ $ jest '<path to test>'
831
838
## Open source @ IBM
832
839
[Find more open source projects on the IBM Github Page.](http://ibm.github.io/)
833
840
834
-
## License
841
+
## Contributing
842
+
See [CONTRIBUTING](https://github.com/watson-developer-cloud/node-sdk/blob/master/.github/CONTRIBUTING.md).
843
+
844
+
## Featured Projects
845
+
We love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it.
846
+
- [Watson Speech to Text Demo App](https://github.com/watson-developer-cloud/speech-to-text-nodejs)
0 commit comments