aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-18 13:24:29 +0530
committerGitHub <noreply@github.com>2023-08-18 13:24:29 +0530
commit6c5955ddbb6e94810a6eae8c7e10aa8832bf316d (patch)
tree3983150afd15004f5c7444474a80e4c2da2b7c9b /README.md
parent6c412553bb3583b2f55863001a5726f4f8086340 (diff)
downloadcss-everything-6c5955ddbb6e94810a6eae8c7e10aa8832bf316d.tar.gz
css-everything-6c5955ddbb6e94810a6eae8c7e10aa8832bf316d.zip
Update README.md
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74129fd..5a92090 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ You can start by adding the script tag for the renderer inside the body
<link href="./style.css" rel="stylesheet" />
</head>
<body>
- <script async defer src="https://unpkg.com/@css-everything/render@0.0.1/dist/renderer/index.js"></script>
+ <script async defer src="https://unpkg.com/@css-everything/render/dist/renderer/index.js"></script>
</body>
</html>
```