From 816e66b2449324092262a138fd8f637b9023d9ea Mon Sep 17 00:00:00 2001 From: Bensong Liu <bensl@microsoft.com> Date: Tue, 20 Oct 2020 16:49:26 +0800 Subject: [PATCH] doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 626b2b9..ea30a29 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ sudo make install ## Use -1. Write your `Workflow.cc` with our lib. (Example: xaml.gen.example.cc) +1. Write your `Workflow.cc` with our lib. If you want some example, please read `xaml.gen.example.cc` and `workflows/*.cc`. **Make your code as simple as you can**. -2. Build and run `Workflow.cc`. You're all set. +2. Compile and run your `Workflow.cc`. You're all set. -- GitLab