Skip to content

Commit 9a02047

Browse files
committed
improve cheatsheet
1 parent 2e5b3b4 commit 9a02047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h1>LITECANVAS</h1>
208208

209209
<h2>Hello World</h2>
210210

211-
<p>Create a text file named <code>index.html</code> and open it your browser.</p>
211+
<p>Create a text file named <code>index.html</code>, put the code below and open it your browser.</p>
212212
<pre><code class="language-html" data-copy="pos-absolute size-bg">&lt;!DOCTYPE html&gt;
213213
&lt;html&gt;
214214
&lt;body&gt;

public/sw.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2.50.1";
2+
const version = "2.50.2";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)