From 08150f3acd0ee9f316fccdb0caad5aff711ee069 Mon Sep 17 00:00:00 2001 From: billchenchina Date: Sun, 29 Nov 2020 13:53:51 +0800 Subject: [PATCH] :bug: Fix typo in README.md(montor -> monitor) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5328bd70..83d35adb 100644 --- a/README.md +++ b/README.md @@ -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