Skip to content

Commit 923ab65

Browse files
committed
Updated examples.
1 parent 222d9fe commit 923ab65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/basic.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</style>
1212
</head>
1313
<body>
14-
<script src="../build/Stats.js"></script>
14+
<script src="../build/stats.min.js"></script>
1515
<script>
1616

1717
var stats = new Stats();

examples/theming.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</style>
8585
</head>
8686
<body>
87-
<script src="../build/Stats.js"></script>
87+
<script src="../build/stats.min.js"></script>
8888
<script>
8989

9090
var stats = new Stats();

0 commit comments

Comments
 (0)