Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto authored Sep 5, 2024
1 parent e0f8af5 commit 5a74c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/unixday/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Three ways of displaying a UNIX Day counter

* Client side only (index.html with JavaScript).
* REST (index.html with JavaScript that fetches data from the /day endpoint, which is served by day/index.lua).
* Server side only (index.po2 Pongo2 template together with a data.lua file that makes functions or data available for the template).
* REST (index.html with JavaScript that fetches data from the /day endpoint, which is served by `day/index.lua`).
* Server side only (index.po2 Pongo2 template together with a data.lua file that makes functions and data available for the template).

## NOTE

Expand Down

0 comments on commit 5a74c4d

Please sign in to comment.