From 1bf3d843227e9320a8358e5c350c4f5c5c4fdfa2 Mon Sep 17 00:00:00 2001 From: Marc Laporte <marclaporte@gmail.com> Date: Thu, 21 Apr 2022 21:24:55 -0400 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ed69fd..50ae42a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The password will be transmitted in the body of the POST. Phone number and 6 dig #### Request Header * `Authorization`: E.164 formatted phone number and 6 digit PIN concatenated with null byte as delimiter and encoded with base64. `base64(phoneNumber + \0 + pin)`. -* `User-Agent`: Formatted to `Name/Version` with version being formatted according to [Sementic Versioning](https://semver.org/). +* `User-Agent`: Formatted to `Name/Version` with version being formatted according to [Semantic Versioning](https://semver.org/). #### Response codes -- GitLab