From 6f195f222ff91810b166e2217604928c2bf81f9e Mon Sep 17 00:00:00 2001 From: Jacob Asper Date: Tue, 2 Aug 2022 22:23:13 -0400 Subject: [PATCH] Fix typo changed recieve to receive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26f5c6f..ff8c288 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Simply visit: https://codi ## Usage -Access our API endpoints to recieve coding resource data in JSON format. +Access our API endpoints to receive coding resource data in JSON format.

(back to top)