Skip to content

Commit 7da2066

Browse files
authored
Resolve misuse of term "DOM" (#23)
1 parent c15fc7c commit 7da2066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Django Live Components
22

3-
Django Live Component is a library to create dynamic web applications that handle user interaction with the DOM on the server. It relies on Django, HTMX, and Alpine.js to provide a seamless experience for developers and users.
3+
Django Live Component is a library to create dynamic web applications that handle user interaction with server side rendering (SSR). It relies on Django, HTMX, and Alpine.js to provide a seamless experience for developers and users.
44

55
To get started, follow the [quickstart guide](https://om-proptech.github.io/livecomponents/quickstart/).

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Home
22

3-
Django Live Component is a library for creating dynamic web applications that handle user interactions with the DOM on the server side. It leverages Django, HTMX, and Alpine.js to provide a seamless experience for both developers and users.
3+
Django Live Component is a library for creating dynamic web applications that handle user interactions with server side rendering (SSR). It leverages Django, HTMX, and Alpine.js to provide a seamless experience for both developers and users.
44

55
To get started, follow the [quickstart guide](quickstart.md).
66

0 commit comments

Comments
 (0)