Skip to content

Commit 139891d

Browse files
committed
Update
1 parent 28bb591 commit 139891d

File tree

3 files changed

+2
-90
lines changed

3 files changed

+2
-90
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A lightweight, zero-dependency JavaScript library for handling APON (Aspectran P
66

77
This library is designed to bring the readability and convenience of APON to the web environment, making it easy to manage configurations or structured data on the client-side.
88

9-
**[Live Demo »](https://aspectran.github.io/apon.js/demo.html)**
9+
**[Live Demo »](https://aspectran.github.io/apon.js/)**
1010

1111
## Features
1212

demo.html renamed to docs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>APON.js Interactive Demo</title>
7-
<script src="lib/apon.js"></script>
7+
<script src="../lib/apon.js"></script>
88
<style>
99
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; padding: 1rem 2rem; color: #333; background-color: #f9f9f9; }
1010
h1, h2 { color: #111; border-bottom: 1px solid #ddd; padding-bottom: 0.5rem;}
@@ -37,7 +37,6 @@ <h2>APON Input</h2>
3737
"Web Sockets"
3838
]
3939
}
40-
4140
description(text): (
4241
|This is a multi-line text block.
4342
|Feel free to edit and test.

index.html

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)