From 43b9c3686c7636f7ded25365896290aa73d60d85 Mon Sep 17 00:00:00 2001 From: Dmitrii Shatokhin Date: Sat, 23 Nov 2024 03:20:39 +0100 Subject: [PATCH] chore: fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c28a1d..57b0f06 100644 --- a/README.md +++ b/README.md @@ -531,8 +531,8 @@ Grimoire CSS is built to integrate seamlessly into a wide range of ecosystems. I - **Single Executable Application**: A standalone binary for those who prefer a direct, no-nonsense approach. - **NPM Library**: A Node.js-compatible interface, perfect for JavaScript and web developers. - - gcssjs - bin/cli versions (repo)[https://github.com/persevie/grimoire-css-js] - - webpack/rollup/vite plugins (repo)[https://github.com/persevie/grimoire-css-js/tree/main/plugins] + - gcssjs - bin/cli versions [repo](https://github.com/persevie/grimoire-css-js) + - webpack/rollup/vite plugins [repo](https://github.com/persevie/grimoire-css-js/tree/main/plugins) - **Rust Crate**: For developers building in Rust or those who want to integrate Grimoire CSS at the system level. The core of Grimoire CSS is architected entirely in Rust, ensuring top-notch performance and scalability. The main repository compiles both into a standalone executable (SEA) and a Rust crate, meaning you can use it in different environments with ease.