From 64edcd1d9e9029d59717dce9fb7c08a2bf8dce8d Mon Sep 17 00:00:00 2001 From: antifallobst Date: Sun, 20 Aug 2023 15:58:49 +0200 Subject: [PATCH] docs(api): fixed typo fix xD --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1c5b77d..d666bf5 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 exmpales use the [HTTPie](https://httpie.io/) CLI. +The examples use the [HTTPie](https://httpie.io/) CLI. ### 1. Register a new account ```