Minor error fix

This commit is contained in:
Ken Jannette
2018-04-19 21:11:40 -04:00
parent e47a31ee0e
commit 8bf4f71008

View File

@@ -57,12 +57,3 @@ class SearchPage extends Component {
} }
export default SearchPage export default SearchPage
/*
NOTES: The search from BooksAPI is limited to a particular set of search terms.
You can find these search terms here:
https://github.com/udacity/reactnd-project-myreads-starter/blob/master/SEARCH_TERMS.md
However, remember that the BooksAPI.search method DOES search by title or author. So, don't worry if
you don't find a specific author or title. Every search is limited by search terms.
*/