Skip to content

Commit

Permalink
fix(react): update title infinite scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Jul 13, 2018
1 parent 16aac1d commit e0cd58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React InstantSearch/infinite-scroll/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class App extends Component {
render() {
return (
<div className="ais-InstantSearch">
<h1>React InstantSearch e-commerce demo</h1>
<h1>React InstantSearch infinite scroll demo</h1>
<InstantSearch
appId="B1G2GM9NG0"
apiKey="aadef574be1f9252bb48d4ea09b5cfe5"
Expand Down

0 comments on commit e0cd58c

Please sign in to comment.