From 92c3e9e0c711ab4e06beeb9ed5c19811c5159a12 Mon Sep 17 00:00:00 2001 From: Vahid Al Date: Tue, 4 Jun 2024 18:56:09 +0330 Subject: [PATCH] Update api-examples.md --- docs/api-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-examples.md b/docs/api-examples.md index 6f9bea1..c19eb13 100644 --- a/docs/api-examples.md +++ b/docs/api-examples.md @@ -1,6 +1,6 @@ # API Examples -Soul is consist of 4 main namespaces: Tables (`/tables/`), Rows `/tables/{table-name}/rows/`, Auth (`/auth/`), and Root (`/`). In this document we'll try to go over all of them so you can get familiar with how Soul works. +Soul consists of 4 main namespaces: Tables (`/tables/`), Rows (`/tables/{table-name}/rows/`), Auth (`/auth/`), and Root (`/`). In this document, we'll try to go over all of them so you can get familiar with how Soul works. ## Setup Environment