From 7df074df86d65ca32d3b0f6574d724cb0da5eaa7 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 25 May 2022 14:03:17 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 421dbe38..73d40c65 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ All data is stored in the [/data](data) folder as [CSV](https://en.wikipedia.org ### categories -| Field | Description | Required | Example | -| ----- | -------------------------------------------------------------- | -------- | ------- | -| id | Category ID. Should be the same as the name but in lower case. | Required | `news` | -| name | Category name in one word. | Required | `News` | +| Field | Description | Required | Example | +| ----- | -------------- | -------- | ------- | +| id | Category ID. | Required | `news` | +| name | Category name. | Required | `News` | ### languages