Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from AJolly/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
alex-miller-0 authored Dec 10, 2021
2 parents 385d9e6 + 230ab3a commit 2d0dad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ tail -f <LOG_DEST>
You can also build and run this module locally with Docker:

```
npm i
npm run docker-build
npm run docker-run
```
Expand Down Expand Up @@ -273,4 +274,4 @@ Contact a Lattice (given its `deviceID`) with a payload. The payload must be a `
status: <Number> // 200 for success, 500 for internal error
message: <String> // Hex string containing response payload (status=200) or error string (status=500)
}
```
```

0 comments on commit 2d0dad5

Please sign in to comment.