Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ So let's get started. Delete logo.svg. Delete all the CSS. Don't need to delete
If you have not already, go sign up for a dev account with [Petfinder][petfinder]. You're going to need credentials to be able to make requests to Petfinder. Once you have your key and secret, create a file called credentials.js and put this in there:

```javascript
export default = {
export default {
key: "<your key here>",
secret: "<your secret here>"
}
Expand Down