From 982aea1aaf99616b551a840f019dca511dfe3ca4 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Wed, 12 May 2021 10:59:11 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02e552e62..c75c7bb10 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ [![Build elsa-dashboard:latest](https://github.com/elsa-workflows/elsa-core/actions/workflows/publish-latest-dashboard.yml/badge.svg)](https://github.com/elsa-workflows/elsa-core/actions/workflows/publish-latest-dashboard.yml) Elsa Core is a workflows library that enables workflow execution in any .NET Core application. -Workflows can be defined not only using code but also visually and of course JSON. +Workflows can be defined using code and using the visual workflow designer. + +## Documentation + +Documentation can be found [here](https://elsa-workflows.github.io/elsa-core/docs/next/quickstarts/quickstarts-console-hello-world).

Elsa 2 Preview