diff --git a/README.md b/README.md index 26a37c2..9b90b67 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,12 @@ A Python module to access the [OpenCage Geocoding API](https://opencagedata.com/ [![Build Status](https://github.com/OpenCageData/python-opencage-geocoder/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/OpenCageData/python-opencage-geocoder/actions/workflows/build.yml) ![Mastodon Follow](https://img.shields.io/mastodon/follow/109287663468501769?domain=https%3A%2F%2Fen.osm.town%2F&style=social) -## Tutorial +## Tutorials You can find a [comprehensive tutorial for using this module on the OpenCage site](https://opencagedata.com/tutorials/geocode-in-python). +There are also two brief video tutorials on YouTube, one [covering forward geocoding](https://www.youtube.com/watch?v=9bXu8-LPr5c), one [covering reverse geocoding](https://www.youtube.com/watch?v=u-kkE4yA-z0). + ## Usage Supports Python 3.7 or newer. Use the older opencage 1.x releases if you need Python 2.7 support.