Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add syntax highlighting to README.md #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pip install -r requirements.txt
In order to access the API, you'll need to get a [service key](https://developers.google.com/youtube/registering_an_application#Create_API_Keys) from the [Google Cloud Console](https://console.cloud.google.com/).

Once you have it you can use the API key to initiate the `YouTubeDataAPI` class.
```
```py
from youtube_api import YouTubeDataAPI

api_key = 'AKAIXXXXXXXX'
Expand All @@ -51,7 +51,7 @@ For further information, please refer to `./tests/readme.md`.
Written by Leon Yin and Megan Brown. Michael Liu helped write and document tests.

If you use this software in your research please cite it as:
```
```bib
@misc{leon_yin_2018_1414418,
author = {Leon Yin and
Megan Brown},
Expand All @@ -65,5 +65,5 @@ If you use this software in your research please cite it as:

## Contributions
We are actively seeking core maintainers and contributors!
We will be documenting best practices and procedures for contributing code
We will be documenting best practices and procedures for contributing code.
If you see a typo or documentation that is not clear, please make a pull request!