Skip to content

Commit 4be6b15

Browse files
authored
Improve README titles and add TOC to samples README (#93)
1 parent e0dc5b5 commit 4be6b15

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWS IoT SDK for Java v2
1+
# AWS IoT Device SDK for Java v2
22

33
This document provides information about the AWS IoT device SDK for Java V2.
44

samples/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# Samples
1+
# Sample apps for the AWS IoT Device SDK for Java v2
2+
3+
* [Shadow](#shadow)
4+
* [Jobs](#jobs)
5+
* [fleet provisioning](#fleet-provisioning)
6+
7+
**Additional sample apps not described below:**
8+
* [BasicPubSub](https://github.com/aws/aws-iot-device-sdk-java-v2/tree/master/samples/BasicPubSub)
9+
* [Greengrass](https://github.com/aws/aws-iot-device-sdk-java-v2/tree/master/samples/Greengrass)
10+
* [PubSubStress](https://github.com/aws/aws-iot-device-sdk-java-v2/tree/master/samples/PubSubStress)
11+
* [RawPubSub](https://github.com/aws/aws-iot-device-sdk-java-v2/tree/master/samples/RawPubSub)
212

313
## Shadow
414

0 commit comments

Comments
 (0)