From dbc14d548e7afc3657f273d852366585ab9d2cb6 Mon Sep 17 00:00:00 2001 From: Mikko Korpela Date: Mon, 28 Oct 2024 23:24:14 +0200 Subject: [PATCH] Update README.rst --- src/web/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/README.rst b/src/web/README.rst index 9d0611b97e6..c2dbd5d0c53 100644 --- a/src/web/README.rst +++ b/src/web/README.rst @@ -10,7 +10,7 @@ This prototype uses following technologies: - [Parcel](https://parceljs.org) is used to create development and (minified) shipping bundles. It offers a very low-configuration way of creating standalone HTML files, which contain all the code and styles inlined. - [Typescript](https://www.typescriptlang.org) is used to write the business logic. It offers better development ergomonics than plain Javascript. -- [Handlebars](https://handlebarsjs.com) is used for templating. Using either HTML `