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 docs/docs/source-plugin-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Pixabay's [API documentation](https://pixabay.com/api/docs/#api_search_images) d

Take the above URL and paste it in to a browser to see Pixabay's response to your query. It gives you a list of photos matching the query "yellow flowers" that have received an Editor's Choice award.

> **NOTE:** You should replace <YOUR_API_KEY_HERE> with your Pixabay API key.
> **NOTE:** You should replace `<YOUR_API_KEY_HERE>` with your Pixabay API key.

### Plugin behavior

Expand Down