This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-editor.git
commit 70fc6d7fe2cbeba1d8a481f75c9db3f28e9adcdf Author: Oliver Lietz <[email protected]> AuthorDate: Tue Oct 3 10:02:52 2017 +0000 SLING-7167 Adjust READMEs add uniform header linking to Sling project git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810892 13f79535-47bb-0310-9956-ffa450edef68 --- README => README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README.md similarity index 92% rename from README rename to README.md index 0762455..f581258 100644 --- a/README +++ b/README.md @@ -1,4 +1,6 @@ -Apache Sling Resource Editor +# Apache Sling Resource Editor + +This module is part of the [Apache Sling](https://sling.apache.org) project. The Apache Sling Resource Editor allows to edit Apache Sling content based on the Sling API. @@ -15,4 +17,4 @@ o To have the less sources automatically compiled on change call `./grunt watch: o To have the 'desktop_build' target triggered on changes in the frontend tests, less sources, JavaScript files and JSP sources use `./grunt watch:all` in the frontend directory and also press Ctrl-Z to stop watching. o If you don't use 'localhost' as server and '8080' as port you can specify your values by using the environment variables 'SLING_SERVER' 'SLING_PORT'. -Enjoy! \ No newline at end of file +Enjoy! -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
