Skip to content

Commit ec7cba6

Browse files
author
Lorna Jane Mitchell
authored
Merge pull request Vonage#93 from Vonage/tony-test-access
Change Nexmo to Vonage
2 parents 6b45e20 + bab5947 commit ec7cba6

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
1-
# Nexmo cURL Examples
1+
# Vonage cURL Examples
22

33
<img src="https://developer.nexmo.com/assets/images/Vonage_Nexmo.svg" height="48px" alt="Nexmo is now known as Vonage" />
44

5-
This repository is a collection of things you can do with [Nexmo's](https://nexmo.com) APIs, all shown with cURL.
5+
This repository is a collection of cURL code snippets, demonstrating the functionality of the [Vonage APIs](https://developer.nexmo.com). The code snippets are used in the developer documentation, such as in [Send a Unicode SMS](https://developer.nexmo.com/messaging/sms/code-snippets/send-an-sms-with-unicode).
66

77
## Pre-requisites
88

99
You will need [cURL](https://curl.haxx.se/) installed.
1010

11-
You can either directly edit the `config.sh` file and add in your configuration values, or you can create a `config.local.sh` file, which will override the main config file.
11+
If you don't have a Vonage API account, you'll need to [create one](https://dashboard.nexmo.com/sign-up)!
1212

13-
If you don't already have a Nexmo account, you'll need one! You can find the API key and secret for your configuration settings on the [Dashboard](https://dashboard.nexmo.com).
13+
## Configuration
14+
15+
You can find the API key and secret for your configuration settings in your [Dashboard](https://dashboard.nexmo.com).
16+
17+
This repository contains a main configuration file `config.sh` that is referenced by the code snippets. You can directly edit the `config.sh` file to add your information. Alternatively, you can create a `config.local.sh` file, which overrides the main configuration file. This allows you to keep your specific information separate from the main configuration.
1418

1519
## Run the code snippets
1620

17-
As each example requires the aforementioned config files, you must run them from the directory they reside in, for example:
21+
As each code snippet requires access to the configuration files, you must run them from the directory they reside in, for example:
1822

1923
```
2024
cd messaging/sms/
@@ -23,4 +27,7 @@ cd messaging/sms/
2327

2428
## Get in touch
2529

26-
Questions and comments are welcome! You can create an issue on this repository. Patches are also very welcome, please go ahead and send us fixes or additional examples by opening a pull request :)
30+
Questions and comments are welcome!
31+
32+
You can create an issue on this repository. Patches are also very welcome, please go ahead and send us fixes or additional code snippets by opening a pull request.
33+

0 commit comments

Comments
 (0)