Skip to content

Commit

Permalink
Improve README titles and add TOC to samples README (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobwatso-aws authored Oct 26, 2020
1 parent e0dc5b5 commit 4be6b15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS IoT SDK for Java v2
# AWS IoT Device SDK for Java v2

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

Expand Down
12 changes: 11 additions & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Samples
# Sample apps for the AWS IoT Device SDK for Java v2

* [Shadow](#shadow)
* [Jobs](#jobs)
* [fleet provisioning](#fleet-provisioning)

**Additional sample apps not described below:**
* [BasicPubSub](https://github.com/aws/aws-iot-device-sdk-java-v2/tree/master/samples/BasicPubSub)
* [Greengrass](https://github.com/aws/aws-iot-device-sdk-java-v2/tree/master/samples/Greengrass)
* [PubSubStress](https://github.com/aws/aws-iot-device-sdk-java-v2/tree/master/samples/PubSubStress)
* [RawPubSub](https://github.com/aws/aws-iot-device-sdk-java-v2/tree/master/samples/RawPubSub)

## Shadow

Expand Down

0 comments on commit 4be6b15

Please sign in to comment.