From d2752ce34ea43bb112b0593a9de597fa18e9dad7 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sun, 15 Jan 2023 02:45:59 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f2baab..c734398 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Here's what works: - **[endpoints](examples/endpoints/)**: a simple JSON REST API example featuring a `/users` endpoint for PUTting/DELETE-ing/GET-ting/POST-ing users and a `/list` endpoint returning the entire user list on GET, together with a static - HTML frontend to play around with. + HTML and JavaScript frontend to play around with. I'll continue wrapping more of facil.io's functionality and adding stuff to zap to a point where I can use it as the JSON REST API backend for real research