From ca8954bd62f2dda1dffa8b65a794f705f3a3e059 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 20 Jun 2019 01:41:12 +0200 Subject: [PATCH] minor changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 115a7b1..7f97f8c 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ We manage our resources in `store.json`. The schema is as follows: If you just want to add a resource to an already existing category, extend the `resources` array with your resources. Please include all the keys enlisted (`title`, `desc`, `url`). For URLs, please consider the following: -- Do not link to language specific pages (e.g., don't link to `.org/en-US/docs`, instead, link to `/docs` if possible). -- Do not use '&' as it will break the URL referencing. +- Do not link to language specific pages (e.g. don't link to `.org/en-US/docs`, instead, link to `/docs` if possible). +- Do not use `'&'` as it will break the URL referencing. - We won't allow referral links. To add a completely new resource, include a new object at the root of the array, the pages are dynamically rendered so you don't have to worry about anything else. Again, include all the enlisted keys, reference to the schema above.