From b7fd2d16a1204b0cbc0cf64b620f0fda56f07242 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 30 Jan 2023 18:37:39 +0100 Subject: [PATCH] fix: small typo (#250) * fix: small typo * Update GUIDE.md --- GUIDE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index 0e5f037..3accae9 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -217,7 +217,7 @@ Fortunately, Shynet offers a simple method you can call from anywhere within you ### API -All the information displayed on the dashboard can be obtained via API on url ```//shynet.example.com/api/v1/dashboard/```. By default this endpoint will return the full data from all services over the last last 30 days. The `Authentication` header should be set to use user's parsonal API token (```'Authorization: Token '```). +All the information displayed on the dashboard can be obtained via API on url ```//shynet.example.com/api/v1/dashboard/```. By default this endpoint will return the full data from all services over the last last 30 days. The `Authentication` header should be set to use user's personal API token (```'Authorization: Token '```). There are 3 optional query parameters: * `uuid` - to get data only from one service diff --git a/README.md b/README.md index 2a764d1..1cc0954 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Shynet is pretty simple, but there are a few key terms you need to know in order ## Installation -You can find intructions on getting started and usage in the [Usage Guide](GUIDE.md#installation). Out of the box, we support deploying via a simple Docker container, docker-compose, Heroku, or Kubernetes (see [kubernetes](/kubernetes)). +You can find instructions on getting started and usage in the [Usage Guide](GUIDE.md#installation). Out of the box, we support deploying via a simple Docker container, docker-compose, Heroku, or Kubernetes (see [kubernetes](/kubernetes)). ## FAQ