From 0518afa2ba83b55f374d9a79b9f25d1612a76620 Mon Sep 17 00:00:00 2001 From: Musaddiq Ahmed Khan <37911054+Musaddiq625@users.noreply.github.com> Date: Fri, 17 Oct 2025 15:58:46 +0500 Subject: [PATCH] docs: Fix header anchor links and update dependency versions --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b264016..c56757f 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ This Readme provides basic installation and usage information. ## Table of Contents - [Key Features](#key-features) -- [Version Support](#Version-Support) +- [Version Support](#version-support) - [Installation](#installation) - [Usage](#usage) - - [Setup](#Setup) - - [Transform and Optimize Assets](#Transform-and-Optimize-Assets) + - [Setup](#setup) + - [Transform and Optimize Assets](#transform-and-optimize-assets) ## Key Features Transform and optimize assets. Visit our documentation to learn more about [media optimization](https://cloudinary.com/documentation/media_optimization) and [transformations](https://cloudinary.com/documentation/image_transformations). @@ -31,8 +31,8 @@ To use this SDK, add the Flutter and Dart Cloudinary libraries as [dependencies ```yaml dependencies: - cloudinary_flutter: ^1.0.0 - cloudinary_url_gen: ^1.0.0 + cloudinary_flutter: ^1.3.0 + cloudinary_url_gen: ^1.8.0 ``` ## Usage @@ -82,4 +82,4 @@ Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinar - [Cloudinary Website](https://cloudinary.com): Learn about Cloudinary's products, partners, customers, pricing, and more. ## Licence -Released under the MIT license. \ No newline at end of file +Released under the MIT license.