diff --git a/README.md b/README.md
index 626b2b9352af4e5e8b9c6e071573a2748038715d..ea30a294496028b8736d1e791c7a7b285d53b87a 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.