Skip to content

Commit 6868f4e

Browse files
Update README.md
fix path to cdn in README
1 parent aa3af83 commit 6868f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To get started with GraphicsJS create simple HTML document and copy paste the fo
4545
<html lang="en">
4646
<head>
4747
<meta charset="utf-8" />
48-
<script src="https://cdn.anychart.com/releases/js/v8/graphics.min.js"></script>
48+
<script src="https://cdn.anychart.com/releases/v8/js/graphics.min.js"></script>
4949
</head>
5050
<body>
5151
<div id="stage-container" style="width: 400px; height: 375px;"></div>

0 commit comments

Comments
 (0)