Skip to content

Commit

Permalink
Doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Jul 12, 2018
1 parent 9505892 commit 7a818b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The `uptimerobot contacts` command will list your configured alert contacts by I
```
uptimerobot --apiKey XXX contacts
ID: 0102759
Name: [email protected]
Name: Jay Random
Type: 2
Status: 2
Value: [email protected]
Expand Down Expand Up @@ -110,7 +110,7 @@ To add alert contacts to the monitor, use the `-c` flag followed by a comma-sepa

```
uptimerobot --apiKey XXX new -c 0102759,2053888 https://www.example.com/ "Example.com website"
New monitor created with ID 780689018
New monitor created with ID 780689019
```

## Using the Go library
Expand Down Expand Up @@ -196,4 +196,6 @@ For example, when deleting a monitor, as in the above example, the ID of the del

If you find a bug in the `uptimerobot` client or library, please [open an issue](https://github.com/bitfield/uptimerobot/issues). Similarly, if you'd like a feature added or improved, let me know via an issue.

Not all the functionality of the UptimeRobot API is implemented yet.

Pull requests welcome!

0 comments on commit 7a818b7

Please sign in to comment.