From 6be7d07315d95ef8c4fda219f6e3bcbb22f1a389 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 1 Jun 2019 16:37:06 +0200 Subject: [PATCH] Update UNIVERSE.md --- website/UNIVERSE.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/UNIVERSE.md b/website/UNIVERSE.md index c26c0fce4..2a83b2983 100644 --- a/website/UNIVERSE.md +++ b/website/UNIVERSE.md @@ -34,11 +34,10 @@ on the issue tracker. ## JSON format -To add a project, fork this repository, edit the [`universe.json`](universe.json) +To add a project, fork this repository, edit the [`universe.json`](meta/universe.json) and add an object of the following format to the list of `"resources"`. Before you submit your pull request, make sure to use a linter to verify that your -markup is correct. We'll also be adding linting for the `universe.json` to our -automated GitHub checks soon. +markup is correct. ```json { @@ -92,4 +91,4 @@ automated GitHub checks soon. To separate them from the projects, educational materials also specify `"type": "education`. Books can also set a `"cover"` field containing a URL to a cover image. If available, it's used in the overview and displayed on -the individual book page. \ No newline at end of file +the individual book page.