Skip to content

Commit 419abe6

Browse files
author
Pavel Petroshenko
authored
Update README.md
1 parent 70a7f13 commit 419abe6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ This version of the library supports the following functionality:
99

1010
The AWSKinesisStreams library utilizes the [AWSRequestV4](https://github.com/electricimp/AWSRequestV4/) library.
1111

12-
## Example ##
13-
14-
A complete, step-by-step recipe can be found in the [examples](./examples) folder.
15-
1612
**To add this library to your project, add the following lines to the top of your agent code:**
1713

1814
```squirrel
1915
#require "AWSRequestV4.class.nut:1.0.2"
2016
#require "AWSKinesisStreams.agent.lib.nut:1.1.0"
2117
```
2218

19+
## Example ##
20+
21+
A complete, step-by-step recipe can be found in the [examples](./examples) folder.
22+
2323
## Library Usage ##
2424

2525
The library consists of two essentially independent parts for, respectively, [reading](#reading-data) and [writing](#writing-data) data. You can instantiate and use any of these parts in your agent code as required by your application. The library includes some [common components](#common-components) which are used by the both of the main parts.

0 commit comments

Comments
 (0)