From 72d8efee1b137b223ea1079cbb41e9da69d22d3a Mon Sep 17 00:00:00 2001 From: meri Date: Tue, 8 Apr 2014 11:10:04 +0200 Subject: [PATCH] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdbfcc27..d48cbbc9 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Less4j can be customized in three different ways: * generate less files on the fly, * ... . * [custom functions](https://github.com/SomMeri/less4j/wiki/Extending-Less-Language) are new functions written in java and available inside less files, -* [embedded scripts](https://github.com/SomMeri/less4j/wiki/Extending-Less-Language#embedded-and-escaped-scripts) is code written directly inside less files and compiled by any JVM compatible compiler. +* [embedded script](https://github.com/SomMeri/less4j/wiki/Extending-Less-Language#embedded-and-escaped-scripts) is code written directly inside less files and compiled by any JVM compatible compiler. **Featured plugin**: [less4-javascript](https://github.com/SomMeri/less4j-javascript) plugin which adds embedded/escaped JavaScript support to less4j.