From a2c4285382eeac4c41d516ca90defb1388f878eb Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Wed, 12 Aug 2020 15:21:41 +0530 Subject: [PATCH] :pencil: Add command to update template --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7d1a665c..3eea3ef0 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ _This section is updated automatically when the status of any site changes._ -| URL | Status | History | Response Time | Uptime | -| --- | ------ | ------- | ------------- | ------ | -| [Google](https://www.google.com) | 🟩 Up | [google.yml](https://github.com/koj-co/upptime/commits/master/history/google.yml) | Response time graph 102ms | 100.00% -| [Wikipedia](https://en.wikipedia.org) | 🟩 Up | [wikipedia.yml](https://github.com/koj-co/upptime/commits/master/history/wikipedia.yml) | Response time graph 121ms | 100.00% -| [Internet Archive](https://archive.org) | 🟩 Up | [internet-archive.yml](https://github.com/koj-co/upptime/commits/master/history/internet-archive.yml) | Response time graph 561ms | 100.00% -| [Hacker News](https://news.ycombinator.com) | 🟩 Up | [hacker-news.yml](https://github.com/koj-co/upptime/commits/master/history/hacker-news.yml) | Response time graph 425ms | 100.00% -| [Broken Site](https://thissitedoesnotexist.com) | 🟥 Down | [broken-site.yml](https://github.com/koj-co/upptime/commits/master/history/broken-site.yml) | Response time graph 0ms | 0.00% -| Secret Site | 🟩 Up | [secret-site.yml](https://github.com/koj-co/upptime/commits/master/history/secret-site.yml) | Response time graph 35ms | 100.00% +| URL | Status | History | Response Time | Uptime | +| ----------------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------- | +| [Google](https://www.google.com) | 🟩 Up | [google.yml](https://github.com/koj-co/upptime/commits/master/history/google.yml) | Response time graph 102ms | 100.00% | +| [Wikipedia](https://en.wikipedia.org) | 🟩 Up | [wikipedia.yml](https://github.com/koj-co/upptime/commits/master/history/wikipedia.yml) | Response time graph 121ms | 100.00% | +| [Internet Archive](https://archive.org) | 🟩 Up | [internet-archive.yml](https://github.com/koj-co/upptime/commits/master/history/internet-archive.yml) | Response time graph 561ms | 100.00% | +| [Hacker News](https://news.ycombinator.com) | 🟩 Up | [hacker-news.yml](https://github.com/koj-co/upptime/commits/master/history/hacker-news.yml) | Response time graph 425ms | 100.00% | +| [Broken Site](https://thissitedoesnotexist.com) | 🟥 Down | [broken-site.yml](https://github.com/koj-co/upptime/commits/master/history/broken-site.yml) | Response time graph 0ms | 0.00% | +| Secret Site | 🟩 Up | [secret-site.yml](https://github.com/koj-co/upptime/commits/master/history/secret-site.yml) | Response time graph 35ms | 100.00% | @@ -236,6 +236,14 @@ i18n: # ... ``` +### Updating + +This template is updated from time to time, so you can use the [`update-template`](https://github.com/koj-co/update-template) command to sync the changes from this GitHub repository template: + +```bash +npm run update-template +``` + ## 📄 License - Code: [MIT](./LICENSE) © [Koj](https://koj.co)