From 6b2a7e22d5023a2b741be7577fc4c4e0fb149fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BCp?= Date: Sun, 27 Oct 2024 19:18:04 +0300 Subject: [PATCH] Fix wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb99bf..ee4ad08 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository is based on [Sam Herbert](https://github.com/SamHerbert)'s [SVG-Loaders](https://github.com/SamHerbert/SVG-Loaders) project. There are many loadig indicator display strategy like *JS, CSS, GIF, Lottie and Custom Fonts*. **SVG** is another loading indicator/spinner option because it's supporting animations natively on browsers and [widely supporting](https://caniuse.com/svg-smil). This project aims to provide ready-to-use SVG loader examples as components in *Angular, React, Vue, Svelte* without broke your development environment experience. -> Basicly we can use SVG files with `` tag or import directly as inline code. You can not style SVG content over `` tag. Also, inline option is not good for clean development experience. We created this project for smooth and better experience for developers. +> Basicly we can use SVG files with `` tag or import directly as inline code. We cannot style SVG content over `` tag. Also, inline option is not good for clean development experience. We created this project for smooth and better experience for developers. ## 📄 Documentation