You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/02 23:02:23 UTC

[isis-app-helloworld] 04/04: updates to README

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit 28688cc59ed891c2cd9e2c17afdbac103b1dead6
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Dec 2 23:02:04 2019 +0000

    updates to README
---
 README.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 8711e51..1db4c7c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,4 +1,5 @@
 = HelloWorld
+:toc:
 
 This is a minimal Apache Isis application, intended as a starting point to learn what Apache Isis is all about.
 
@@ -85,7 +86,7 @@ docker container run -d -p 8080:8080 apacheisis/simpleapp:latest
 This can then be accessed at link:http://localhost:8080[localhost:8080].
 
 
-== Externalized Configuration
+=== Externalized Configuration
 
 The application is configured to run in the `/run/secrets` directory.
 Configuration can be therefore be externalized by defining an `application.properties` secret for the Kubernetes or Docker Swarm cluster.