From 0e0603326d352ae848fc221f709939e2c11c261c Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 28 May 2025 22:49:03 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 602fabb..d35f53c 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ The main entry point is `./src/api/spaceapi/controllers/spaceapi.ts`. ## Usage -All the data for your endpoint could be added and modified -with the [admin panel](http://localhost:1337/admin) -or with the REST API. +All endpoint data can be added or modified +via the [admin panel](http://localhost:1337/admin) +or through the REST API. -You could use the [Strapi CLI](https://docs.strapi.io/cms/cli) -to list all availible API endpoints: +To list all available API endpoints, +use the [Strapi CLI](https://docs.strapi.io/cms/cli): ```sh npm run strapi routes:list