From 82ee11140e427c1918d9acd31306348d285016c1 Mon Sep 17 00:00:00 2001 From: ochairo <19258508+ochairo@users.noreply.github.com> Date: Sun, 24 Mar 2024 01:50:56 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e38362c..52ab9a5 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ It's framework-agnostic but open to adapting frameworks and libraries. Initial technology stack is simple. -- [Web Components](https://developer.mozilla.org/en-US/docs/Web/API/Web_Components): browser-native api for building reusable components. -- [Webpack](https://webpack.js.org/): javascript bundler for the browser. -- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML), [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS), [TypeScript](https://www.typescriptlang.org/): core technologies for web development. +- [Web Components](https://developer.mozilla.org/en-US/docs/Web/API/Web_Components): Browser-native API for building reusable components. +- [Webpack](https://webpack.js.org/): JavaScript bundler for the browser. +- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML), [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS), [TypeScript](https://www.typescriptlang.org/): Core technologies for web development. ## Architecture