Skip to content

Commit

Permalink
Add description of acronym
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Apr 21, 2024
1 parent 81a0a50 commit bb0b22b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# smvc

**Straightforward Model View Controller**

This is a simple-as-it-gets library for using a virtual DOM to separate the handling of state and view.

The entire API consists of 4 functions.
Expand Down
4 changes: 4 additions & 0 deletions demos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is a simple-as-it-gets library for using a virtual DOM to separate the handling of state and view.

The entire API consists of 4 functions.

It uses simple JavaScript, has no dependencies, requires no transpilation, and has fewer than 300 lines of code.

Demos:

* [Minimal working example](./minimal.html)
Expand Down

0 comments on commit bb0b22b

Please sign in to comment.