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 `