From 4005bc89857d776a00dd5ff3e91613e534f8d8aa Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 18 Nov 2020 08:46:42 +0000 Subject: [PATCH] Clarify title --- build-scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/README.md b/build-scripts/README.md index afdf7a15b2..0a6963f7e9 100644 --- a/build-scripts/README.md +++ b/build-scripts/README.md @@ -11,7 +11,7 @@ The Home Assistant build pipeline contains various steps to prepare a build. - Generating the service worker - Compressing the files -## Converting files responsibilities +## Converting files Currently in Home Assistant we use a bundler to convert TypeScript, CSS and JSON files to JavaScript files that the browser understands.