Skip to content

Commit 13cfa7b

Browse files
committed
improve llms.txt
1 parent 8b062fc commit 13cfa7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function update() {
149149
}
150150
```
151151

152-
> Note: you can call `iskeydown` or `iskeypressed` without an argument, to check for any key.
152+
> Note: you can call `iskeydown()` or `iskeypressed()` (without arguments) to check for any key.
153153

154154
### Functions for advanced drawings
155155

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2025.8.4.3";
2+
const version = "2025.8.4.4";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)