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

Commit

Permalink
Add pretty formatting to js code block
Browse files Browse the repository at this point in the history
  • Loading branch information
meadsteve committed Nov 24, 2015
1 parent 2be04cb commit 3b096e8
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 3b096e8

Please sign in to comment.