You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/03/12 08:56:28 UTC

[sling-org-apache-sling-starter] branch master updated: Clarify that this is not meant for production

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 077bd00  Clarify that this is not meant for production
077bd00 is described below

commit 077bd00c5e6d8201b982684f472d6951b601db15
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Mar 12 09:56:20 2020 +0100

    Clarify that this is not meant for production
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 429cfe3..39a1e2b 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@ The starter project produces both a Standalone Java Application which
 contains everything needed to run the Launchpad in a single JAR file and a Web
 Application.
 
+It is not meant to be a production-ready setup, more as a way to facilitate experimenting and learning Sling. 
+
 How to run the Sling Starter module in Standalone mode
 ----------------------------------------