Skip to content

Commit

Permalink
🐛 Fix typo in README.md(montor -> monitor)
Browse files Browse the repository at this point in the history
  • Loading branch information
billchenchina committed Nov 29, 2020
1 parent 4765574 commit 08150f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@ When you use Upptime, we automatically add the required workflows. If you want t
Generate the `README.md` summary file:

```bash
npx @upptime/uptime-montor summary
npx @upptime/uptime-monitor summary
```

Make network requests to get the response time and commit them to git history:

```bash
npx @upptime/uptime-montor response-time
npx @upptime/uptime-monitor response-time
```

Generate the static status website, powered by [upptime/status-page](https://github.com/upptime/status-page):

```bash
npx @upptime/uptime-montor site
npx @upptime/uptime-monitor site
```

Generate response time graphs, powered by [upptime/graphs](https://github.com/upptime/graphs):

```bash
npx @upptime/uptime-montor graphs
npx @upptime/uptime-monitor graphs
```

Check uptime, but don't make git commits with network requests:

```bash
npx @upptime/uptime-montor
npx @upptime/uptime-monitor
```

## 📄 License
Expand Down

0 comments on commit 08150f3

Please sign in to comment.