From 5be814929fb616f843be769f8b68b4ae9b1185f7 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Sun, 20 Aug 2023 15:58:07 +0200 Subject: [PATCH] docs(api): fixed typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 38fe475..1c5b77d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,7 +28,7 @@ The token for this can be aquired using the `/account/authenticate` endpoint. ## Examples An example _Register -> Verify -> Authenticate -> Delete_ flow. -The exmples use the [HTTPie](https://httpie.io/) CLI. +The exmpales use the [HTTPie](https://httpie.io/) CLI. ### 1. Register a new account ```