Skip to content

Commit

Permalink
Correct casing of importing react
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes authored Mar 6, 2018
1 parent 0c8ad4a commit a60608d
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 @@ -40,7 +40,7 @@ module.exports = {
The serialized search index will be available via graphql. Once queried, a component can create a new elastic lunr index with the value retrieved from the graphql query. Search queries can be made against the hydrated search index. The results is an array of document IDs. The index can return the full document given a document ID

```javascript
import React, {Component} from 'React';
import React, {Component} from 'react';
import {Index} from 'elasticlunr';

// Graphql query used to retrieve the serialized search index.
Expand Down

0 comments on commit a60608d

Please sign in to comment.