Skip to content

Commit 6bfbb71

Browse files
chintogtokhmheap
authored andcommitted
Clarify readme and remove default insight number
1 parent 8e08939 commit 6bfbb71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Nexmo CURL Examples
1+
# Nexmo cURL Examples
22

33
This repository is a collection of things you can do with [Nexmo's](https://nexmo.com) APIs, all shown with cURL.
44

55
## Pre-requisites
66

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

9-
Copy `config.sh` to `config.local.sh` and edit it with your own configuration values.
9+
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.
1010

1111
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).
1212

1313
## Run the code snippets
1414

15-
Each example includes the `config.sh` and then the `config.local.sh` files. Run them from the directory they reside in, for example:
15+
As each example requires the aforementioned config files, you must run them from the directory they reside in, for example:
1616

1717
```
1818
cd messaging/sms/

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TO_NUMBER=""
99
FROM_NUMBER=""
1010
NEXMO_NUMBER=""
1111

12-
# For FaceBook messaging
12+
# For Facebook messaging
1313
FB_SENDER_ID=""
1414
FB_RECIPIENT_ID=""
1515

@@ -31,7 +31,7 @@ DATE_FROM="2018-07-01"
3131
DATE_TO="2018-08-01"
3232

3333
# Number Insight API
34-
INSIGHT_NUMBER="447700900000"
34+
INSIGHT_NUMBER=""
3535
WEBHOOK_URL=""
3636

3737
# MMS

0 commit comments

Comments
 (0)