From 9ecd2fbff35d2b17a00db283f5c551c7579374ff Mon Sep 17 00:00:00 2001 From: Kevin van der Werff Date: Wed, 2 Oct 2019 13:37:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7faf3c..d4e3207 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ For URLs, please consider the following: - Do not use `'&'` as it will break the URL referencing. - We won't allow referral links. -To add a completely new resource, add a `.json file to [resources](resources/). Make sure it follows the sceme like any other category resource: +To add a completely new resource, add a `.json` file to [resources](resources/). Make sure it follows the sceme like any other category resource: ```js { "title": String, @@ -68,7 +68,7 @@ To add a completely new resource, add a `.json file to [resources](res "resources": [Rescource] // Reference to above for schema of Resource } ``` -Add it to [resources](resources/index.js) list of imports and export it aswell, that way Nuxt can take care of rendering the page. +Add it to [resources.index.js](resources/index.js) list of imports and export it aswell, that way Nuxt can take care of rendering the page. ## Built With