Skip to content

Commit

Permalink
Update documents (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Feb 9, 2021
1 parent 836de6b commit cc2c9dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# aws-iot-device-sdk-go

[![GoDoc](https://godoc.org/github.com/seqsense/aws-iot-device-sdk-go?status.svg)](http://godoc.org/github.com/seqsense/aws-iot-device-sdk-go) [![Build Status](https://travis-ci.com/seqsense/aws-iot-device-sdk-go.svg?branch=master)](https://travis-ci.com/seqsense/aws-iot-device-sdk-go) [![codecov](https://codecov.io/gh/seqsense/aws-iot-device-sdk-go/branch/master/graph/badge.svg)](https://codecov.io/gh/seqsense/aws-iot-device-sdk-go) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/seqsense/aws-iot-device-sdk-go/blob/master/LICENSE)
[![Go Reference](https://pkg.go.dev/badge/godoc.org/github.com/seqsense/aws-iot-device-sdk-go.svg)](https://pkg.go.dev/godoc.org/github.com/seqsense/aws-iot-device-sdk-go) ![ci](https://github.com/seqsense/aws-iot-device-sdk-go/workflows/ci/badge.svg) [![codecov](https://codecov.io/gh/seqsense/aws-iot-device-sdk-go/branch/master/graph/badge.svg)](https://codecov.io/gh/seqsense/aws-iot-device-sdk-go) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/seqsense/aws-iot-device-sdk-go/blob/master/LICENSE)

Package awsiotdev implements offline queueing and reconnecting features of MQTT protocol.
Package awsiotdev implements AWS IoT presigned WebSockets dialer for [github.com/at-wat/mqtt-go](https://github.com/at-wat/mqtt-go), and AWS IoT functionalities.
2 changes: 1 addition & 1 deletion awsiotdev.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package awsiotdev implements offline queueing and reconnecting features of MQTT protocol.
// Package awsiotdev implements AWS IoT presigned WebSockets dialer for github.com/at-wat/mqtt-go, and AWS IoT functionalities.
package awsiotdev

import (
Expand Down

0 comments on commit cc2c9dd

Please sign in to comment.