Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Commit

Permalink
Docs.md: Fix which expect we expect (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoggSugarcrm authored and jcsmorais committed Dec 14, 2016
1 parent df1a1a3 commit a0e13af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ You should be familiar with [mocha][mocha], [chai][chai], and [JavaScript Promis

```javascript
const thorn = require('@sugarcrm/thorn');
const expect = require('chai').expect;
const chakram = require('chakram');
const expect = chakram.expect;
```

## Thorn.Fixtures
Expand Down

0 comments on commit a0e13af

Please sign in to comment.