Skip to content

Commit

Permalink
fix: Keep en-EN as demo default
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Sep 15, 2015
1 parent aa7838f commit 6c2a043
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ var instantsearch = require('../');
var search = instantsearch({
appId: 'latency',
apiKey: '6be0576ff61c053d5f9a3225e2a90f76',
indexName: 'instant_search',
numberLocale: 'fr-FR'
indexName: 'instant_search'
});

search.addWidget(
Expand Down

0 comments on commit 6c2a043

Please sign in to comment.