Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Sep 19, 2024
1 parent d69a69b commit ddc9e64
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ This repository is based on [Sam Herbert](https://github.com/SamHerbert)'s [SVG-

> Basicly we can use SVG files with `<img>` tag or import directly as inline code. You can not style SVG content over `<img>` tag. Also, inline option is not good for clean development experience. We created this project for smooth and better experience for developers.
## Documentation

Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/vue)** for installation and usage.

## Preview

[![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true)](https://ngeenx.github.io/nx-svg-loaders/)
2 changes: 1 addition & 1 deletion libs/features/nx-angular-svg-loaders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true)](https://ngeenx.github.io/nx-svg-loaders/)

Angular SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/angular)** installation and usage.
Angular SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/vue)** for installation and usage.
2 changes: 1 addition & 1 deletion libs/features/nx-react-svg-loaders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true)](https://ngeenx.github.io/nx-svg-loaders/)

React SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/react)** installation and usage.
React SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/vue)** for installation and usage.
2 changes: 1 addition & 1 deletion libs/features/nx-svelte-svg-loaders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true)](https://ngeenx.github.io/nx-svg-loaders/)

Svelte SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/svelte)** installation and usage.
Svelte SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/vue)** for installation and usage.
2 changes: 1 addition & 1 deletion libs/features/nx-vue-svg-loaders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![SVG Loaders Preview](https://github.com/ngeenx/nx-svg-loaders/blob/main/docs/static/img/nx-svg-loaders-preview.gif?raw=true)](https://ngeenx.github.io/nx-svg-loaders/)

Vue SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/vue)** installation and usage.
Vue SVG loader collection. Please check the **[documentation](https://ngeenx.github.io/nx-svg-loaders/docs/category/vue)** for installation and usage.

0 comments on commit ddc9e64

Please sign in to comment.