Skip to content

Commit d66af7c

Browse files
authored
Node SDK copy edit (#15)
1 parent e48689d commit d66af7c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ Service Name | Import Path
4848
[VPC](https://cloud.ibm.com/apidocs/vpc?code=node) | ibm-vpc/vpc/v1
4949

5050
## Prerequisites
51-
* You need an [IBM Cloud][ibm-cloud-onboarding] account.
52-
* **Node.js >=10**: This SDK is tested with Node.js versions 10 and up. It may work on previous versions but this is not officially supported.
51+
* An [IBM Cloud][ibm-cloud-onboarding] account
52+
* Node.js >=10
53+
54+
**NOTE:** This SDK is tested with Node.js versions 10 and up. Although the SDK might work on versions older than 10, previous versions are not officially supported.
5355

5456
[ibm-cloud-onboarding]: http://cloud.ibm.com/registration
5557

@@ -60,23 +62,21 @@ npm install ibm-vpc
6062
```
6163

6264
## Using the SDK
63-
For general SDK usage information, please see
64-
[this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md)
65+
For general SDK usage information, see the
66+
[IBM Cloud SDK Common README](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md)
6567

6668
## Questions
67-
68-
If you are having difficulties using this SDK or have a question about the IBM Cloud services,
69-
please ask a question at
70-
[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud).
69+
If you have difficulties using this SDK or you have a question about the IBM Cloud services,
70+
ask a question at [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud).
7171

7272
## Issues
7373
If you encounter an issue with the SDK, you are welcome to submit
7474
a [bug report](https://github.com/IBM/vpc-node-sdk/issues).
75-
Before that, please search for similar issues. It's possible someone has
76-
already encountered this issue.
75+
Before you create a new issue, search for similar issues. It's possible someone has
76+
already reported the problem.
7777

7878
## Open source @ IBM
79-
Find more open source projects on the [IBM Github Page](http://ibm.github.io/)
79+
Find more open source projects on the [IBM GitHub Page](http://ibm.github.io/)
8080

8181
## Contributing
8282
See [CONTRIBUTING](https://github.com/IBM/vpc-node-sdk/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)