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

Commit

Permalink
Merge pull request #6 from meadsteve/patch-2
Browse files Browse the repository at this point in the history
Add pretty formatting to js code block
  • Loading branch information
martincostello committed Nov 25, 2015
2 parents 2be04cb + 3b096e8 commit f34954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This repo contains sample code for integrating with Experian Data Quality's Cont

Some customisable settings can be passed through to the API using an options object. By default you should at least pass through an `elements` object with the address field input and country list selectors.

```
```javascript
var options = {
elements: {
input: document.querySelector("input[name='address-input']"),
Expand Down

0 comments on commit f34954c

Please sign in to comment.