We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5b3b4 commit 9a02047Copy full SHA for 9a02047
public/about.html
@@ -208,7 +208,7 @@ <h1>LITECANVAS</h1>
208
209
<h2>Hello World</h2>
210
211
- <p>Create a text file named <code>index.html</code> and open it your browser.</p>
+ <p>Create a text file named <code>index.html</code>, put the code below and open it your browser.</p>
212
<pre><code class="language-html" data-copy="pos-absolute size-bg"><!DOCTYPE html>
213
<html>
214
<body>
public/sw.js
@@ -1,5 +1,5 @@
1
const cacheName = "luizbills.litecanvas-editor-v1";
2
-const version = "2.50.1";
+const version = "2.50.2";
3
4
const precacheResources = [
5
"/",
0 commit comments