Skip to content

Commit

Permalink
Fix typo. Remove ticks from commented code example (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgrov authored and jaanauati committed Apr 2, 2018
1 parent 8e46bd0 commit 6a8704b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ npm install --save-dev react-dfp
```javascript
import { DFPManager } from 'react-dfp';
...
/* If you are using ``` <DFPSlotsProvider> ``` the following call won't be required,
* unless you has set the property ``` autoLoad={false} ```.
/* If you are using <DFPSlotsProvider> the following call won't be required,
* unless you have set the property autoLoad={false}.
*/
DFPManager.load();
...
Expand Down

0 comments on commit 6a8704b

Please sign in to comment.