From 7d9fe7b7f83d6257f7ae71b4d27d05be49e0ad67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Wed, 4 Oct 2023 10:58:31 +0200 Subject: [PATCH] fix markdown linter issues --- Readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 85a05b7..80f8be1 100644 --- a/Readme.md +++ b/Readme.md @@ -20,24 +20,25 @@ This application example shows how to use the state framework of the package `@s Run the following commands in a CLI if you use apax `V1.2.0` + ```sh apax create @simatic-ax/ae-trafficlight --registry https://npm.pkg.github.com ae-trafficlight ``` if you use apax `V1.3.0` - + ```sh apax create @simatic-ax/template-ae-trafficlight --registry https://npm.pkg.github.com ae-trafficlight ``` - + Open `AxCode` with - + ```sh axcode ae-trafficlight ``` - + and install the dependencies with: - + ```sh apax install -L ```