From 95b5c479fc19a37465515b20bf1624853a91d87b Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra Date: Sat, 9 Jun 2018 04:38:09 +0530 Subject: [PATCH] chore: add build status from travis (#4) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d40669838c..0c1415282f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## freeCodeCamp Curriculum +[![Build Status](https://travis-ci.org/freeCodeCamp/curriculum.svg?branch=master)](https://travis-ci.org/freeCodeCamp/curriculum) + This package contains the "seed" files used in the freeCodeCamp Curriculum. ### Installation @@ -20,7 +22,7 @@ getChallenges() // will provide an array of blocks i.e. basic CSS, functional pr ``` #### `block` Structure -```json +```js { "name": "ES6", "order": 2, @@ -35,7 +37,7 @@ getChallenges() // will provide an array of blocks i.e. basic CSS, functional pr #### `challenge` Structure -```json +```js { "id": "ObjectId()", "title": "Declare a Read-Only Variable with the const Keyword", @@ -70,4 +72,3 @@ getChallenges() // will provide an array of blocks i.e. basic CSS, functional pr } }, ``` -