From 58d66155befdcdf7a091a9cdbbf8ac2aaf52907a Mon Sep 17 00:00:00 2001 From: Hugo Passos <47678313+hugocbpassos@users.noreply.github.com> Date: Thu, 27 Aug 2020 11:34:54 -0300 Subject: [PATCH] Fix README.md cross references --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bfbbdd4..89bc14e 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,13 @@ Background Fetch is a *very* simple plugin which will awaken an app in the backg # Contents - ### 📚 [API Documentation](https://pub.dartlang.org/documentation/background_fetch/latest/background_fetch/BackgroundFetch-class.html) -- ### [Installing the Plugin](#large_blue_diamond-installing-the-plugin) -- ### [Setup Guides](#large_blue_diamond-setup-guides) -- ### [Example](#large_blue_diamond-example) -- ### [Debugging](#large_blue_diamond-debugging) -- ### [Demo Application](#large_blue_diamond-demo-application) +- ### [Installing the Plugin](#-installing-the-plugin) +- ### [Setup Guides](#-setup-guides) +- ### [Example](#-example) +- ### [Debugging](#-debugging) +- ### [Demo Application](#-demo-application) +- ### [Implementation](#-implementation) +- ### [Licence](#-licence) ## 🔷 Installing the plugin