diff --git a/labs/00-labs-01-getting_started/5.md b/labs/00-labs-01-getting_started/5.md index 2c0dc65..86e3389 100644 --- a/labs/00-labs-01-getting_started/5.md +++ b/labs/00-labs-01-getting_started/5.md @@ -100,7 +100,7 @@ To create your lab's JSON file, take the following steps: 1. Create a `.json` file named for the directory that houses your lab. For example, if your lab is in the `labs\04-rest-02-spark-rest-api-and-postman` directory, create a file named `04-rest-02-spark-rest-api-and-postman.json` in the `labs\04-rest-02-spark-rest-api-and-postman` directory. -1. Add JSON content that defines your lab, as [Content of Your JSON File](#content-of-your-json-file) describes. +1. Add JSON content that defines your lab. 3. Validate the JSON by pasting the content of your JSON file into a JSON validator such as [http://jsonlint.com](http://jsonlint.com). Make corrections as necessary to ensure that the content is valid JSON. > **Note:** The DevNet publishing engine ignores invalid or incorrectly named JSON files, as well as any markdown pages and tags that such files may specify.