Update description

This commit is contained in:
Spxg
2025-05-17 12:22:34 +08:00
parent aa793399bb
commit 81bcd55519
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# SQLite Playground
A SQLite Playground that runs entirely locally.
A SQLite Playground that runs completely locally.
## How it works

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>SQLite Playground</title>
<meta name="description" content="A SQLite Playground that runs entirely locally" />
<meta name="description" content="A SQLite Playground that runs completely locally" />
<script src="https://unpkg.com/split-grid/dist/split-grid.js"></script>