Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Mar 29, 2019
1 parent d0c7201 commit e9e3caf
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 @@ -39,8 +39,8 @@ import { fieldsParser } from 'contentful-parsers';


const client = contentful.createClient({
space: '',
accessToken: '',
space: '[SPACE_ID]',
accessToken: '[ACCESS_TOKEN]',
});

const response = await client.getEntry('[ENTRY_ID]');
Expand Down

0 comments on commit e9e3caf

Please sign in to comment.