Skip to content

Commit

Permalink
Fixed spacing in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedyrose committed May 9, 2018
1 parent 78d01f1 commit 2259fe7
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 @@ -24,11 +24,11 @@ import HubspotForm from 'react-hubspot-form'
...

<HubspotForm
portalId='your_portal_id'
portalId='your_portal_id'
formId='your_form_id'
onSubmit={() => console.log('Submit!')}
loading={<div>Loading...</div>}
/>
/>
```

## Options
Expand Down

0 comments on commit 2259fe7

Please sign in to comment.