Skip to content

Commit be442c2

Browse files
committed
docs: Update badges
1 parent 782b991 commit be442c2

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
**Supports**
1010

11-
[![Made for Python 3](https://img.shields.io/badge/Python-3.5+-blue.svg)](http://python.org/)
12-
[![Made for Tweepy](https://img.shields.io/badge/tweepy-v3.8.0-blue.svg)](http://docs.tweepy.org/)
13-
[![Made for Twitter API](https://img.shields.io/badge/Twitter_API-1.1-blue.svg)](https://developer.twitter.com/en/docs)
11+
[![Made for Python 3](https://img.shields.io/badge/python->=3.6-blue?logo=python&logoColor=white)](http://python.org/)
12+
[![Made for Tweepy](https://img.shields.io/badge/tweepy->=3.8-blue)](http://docs.tweepy.org/)
13+
[![Made for Twitter API](https://img.shields.io/badge/Twitter_API-1.1-blue?logo=twitter)](https://developer.twitter.com/en/docs)
1414

1515

1616
## Online guide

docs/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@
88

99
**Supports**
1010

11-
[![Made for Python 3](https://img.shields.io/badge/Python-3.5+-blue.svg)](http://python.org/)
12-
[![Made for Tweepy](https://img.shields.io/badge/tweepy-v3.8.0-blue.svg)](http://docs.tweepy.org/)
13-
[![Made for Twitter API](https://img.shields.io/badge/Twitter_API-1.1-blue.svg)](https://developer.twitter.com/en/docs)
11+
[![Made for Python 3](https://img.shields.io/badge/python->=3.6-blue?logo=python&logoColor=white)](http://python.org/)
12+
[![Made for Tweepy](https://img.shields.io/badge/tweepy->=3.8-blue)](http://docs.tweepy.org/)
13+
[![Made for Twitter API](https://img.shields.io/badge/Twitter_API-1.1-blue?logo=twitter)](https://developer.twitter.com/en/docs)
1414

1515

1616
## Quicklinks
1717

18-
[Install Tweepy](installation.md) — [Handle auth](auth.md) — [Code for common use-cases](code-snippets.md) — [Tweepy and Twitter API docs](resources.md) — [Read about Twitter policies](policies.md)
18+
- [Install Tweepy](installation.md)
19+
- [Handle auth](auth.md)
20+
- [Code for common use-cases](code-snippets.md)
21+
- [Tweepy and Twitter API docs](resources.md)
22+
- [Read about Twitter policies](policies.md)
1923

2024

2125
## Features of this guide

0 commit comments

Comments
 (0)