Skip to content

Commit

Permalink
Fix PaintByNumber
Browse files Browse the repository at this point in the history
Switch the .js to .min.js
  • Loading branch information
WWRS authored May 1, 2024
1 parent 9e29abb commit db8e1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/paintbyletter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Paint By Letter</title>
<link href="index.css" rel="stylesheet" type="text/css">
<script src="rgbquant.js"></script>
<script src="rgbquant.min.js"></script>
<script src="index.js"></script>
</head>
<body>
Expand Down

0 comments on commit db8e1fe

Please sign in to comment.