chore(release): releasing with latest updates (#11)
This commit is contained in:
committed by
GitHub
parent
4d8a91375d
commit
a5399361ee
20
README.md
20
README.md
@@ -1,10 +1,10 @@
|
||||
## freeCodeCamp Curriculum
|
||||
# freeCodeCamp Curriculum
|
||||
|
||||
[](https://travis-ci.org/freeCodeCamp/curriculum)
|
||||
[](https://travis-ci.org/freeCodeCamp/curriculum) [](https://www.npmjs.com/package/@freecodecamp/curriculum)
|
||||
|
||||
This package contains the "seed" files used in the freeCodeCamp Curriculum.
|
||||
> This package contains the "seed" files used in the freeCodeCamp Curriculum.
|
||||
|
||||
### Installation
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm i @freecodecamp/curriculum
|
||||
@@ -12,15 +12,17 @@ npm i @freecodecamp/curriculum
|
||||
yarn add @freecodecamp/curriculum
|
||||
```
|
||||
|
||||
### Usage
|
||||
## Usage
|
||||
|
||||
```js
|
||||
import { getChallenges } from '@freecodecamp/curriculum';
|
||||
|
||||
getChallenges() // will provide an array of blocks i.e. basic CSS, functional programming
|
||||
|
||||
// fetch an array of blocks
|
||||
// i.e. basic CSS, functional programming, etc.
|
||||
getChallenges()
|
||||
```
|
||||
#### `block` Structure
|
||||
|
||||
### `block` Structure
|
||||
|
||||
```js
|
||||
{
|
||||
@@ -35,7 +37,7 @@ getChallenges() // will provide an array of blocks i.e. basic CSS, functional pr
|
||||
}
|
||||
```
|
||||
|
||||
#### `challenge` Structure
|
||||
### `challenge` Structure
|
||||
|
||||
```js
|
||||
{
|
||||
|
Reference in New Issue
Block a user