From fa6ac5055566fc71baf6fb093f89adc71c2525f7 Mon Sep 17 00:00:00 2001 From: meri Date: Tue, 8 Apr 2014 11:09:22 +0200 Subject: [PATCH] . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd49dfe7..fdbfcc27 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ private static String format(Problem warning) { ### Plugins and Customizations Less4j can be customized in three different ways: -* custom `LessSouce` implementation can be used to +* custom [less source](https://github.com/SomMeri/less4j/issues/181#issuecomment-31613570) implementation can be used to * read sheets from unsupported places (database, other directories), - * set import file sources by code, + * set import file sources or search path by code, * 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,