Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 53d295f

Browse files
authored
Merge pull request #10 from ksivamuthu/master
Fix example link in Readme
2 parents 28839db + 74655fb commit 53d295f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Send data with sound.
77
Sign up at the Chirp [Developer Hub](https://developers.chirp.io/sign-up)
88

99
Copy and paste your Chirp app key, secret and chosen configuration into the
10-
[example application](https://github.com/chirp/chirp-flutter/tree/master/chirpsdk/example)
10+
[example application](https://github.com/chirp/chirp-flutter/tree/master/example)
1111

1212
await ChirpSDK.init(_appKey, _appSecret);
1313
await ChirpSDK.setConfig(_appConfig);
1414
await ChirpSDK.start();
1515

16-
Please see the [example](https://github.com/chirp/chirp-flutter/tree/master/chirpsdk/example)
16+
Please see the [example](https://github.com/chirp/chirp-flutter/tree/master/example)
1717
for a more detailed run through of how to use the Chirp SDK.
1818
For example the Chirp SDK async methods must called inside a Future async parent method.
1919

0 commit comments

Comments
 (0)