From 78f599980e133d283f0b87dc565a5d7c628e31ef Mon Sep 17 00:00:00 2001 From: epic-roland <103985346+epic-roland@users.noreply.github.com> Date: Fri, 29 Apr 2022 07:35:10 +0300 Subject: [PATCH] Update README.md (#319) fixed link pointing to lasso-require instead of lasso-marko in the # Available Plugins section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 317b4de9..2b2eb2ba 100644 --- a/README.md +++ b/README.md @@ -1729,7 +1729,7 @@ __Third-party plugins__ * [lasso-jsx](https://github.com/lasso-js/lasso-jsx): Compile [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) files to JavaScript * [lasso-less](https://github.com/lasso-js/lasso-less): Compile [Less](http://lesscss.org/) files to CSS * [lasso-lodash](https://github.com/lasso-js/lasso-lodash): Compile [Lo-Dash](https://lodash.com/) files to JavaScript -* [lasso-marko](https://github.com/lasso-js/lasso-require): Compile [Marko template](https://github.com/marko-js/marko) files to JavaScript +* [lasso-marko](https://github.com/lasso-js/lasso-marko): Compile [Marko template](https://github.com/marko-js/marko) files to JavaScript * [lasso-sass](https://github.com/lasso-js/lasso-sass): Compile [Sass](https://github.com/sass/node-sass) files to CSS * [lasso-stylus](https://github.com/lasso-js/lasso-stylus): Compile [Stylus](http://learnboost.github.io/stylus/) files to CSS * [lasso-clean-css](https://github.com/yomed/lasso-clean-css): Minify CSS files using [clean-css](https://github.com/jakubpawlowicz/clean-css)