From 41c4584a41fad1d94cf86331667deff5a0b75044 Mon Sep 17 00:00:00 2001
From: Emmanuel <53797821+mannoeu@users.noreply.github.com>
Date: Fri, 16 Feb 2024 07:17:26 -0300
Subject: [PATCH] docs: Update README.md to point to current axios version in
CDN links (#6196)
* Update README.md
* Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f012e44..76f8ffb 100644
--- a/README.md
+++ b/README.md
@@ -199,13 +199,13 @@ const axios = require('axios/dist/browser/axios.cjs'); // browser commonJS bundl
Using jsDelivr CDN (ES5 UMD browser module):
```html
-
+
```
Using unpkg CDN:
```html
-
+
```
## Example