From eeabd136ae7797a194d1597b18591adb59023830 Mon Sep 17 00:00:00 2001 From: AdarShaked Date: Mon, 9 Mar 2020 14:27:09 +0200 Subject: [PATCH] added link to blueprints exapmples in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 162272c..355f03c 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,6 @@ This plugin allows mapping scripts to operations and workflows. ## Usage See [Script Plugin](http://docs.getcloudify.org/latest/plugins/script/) + +## Examples +For official blueprint examples using this Cloudify plugin, please see [Cloudify Community Blueprints Examples](https://github.com/cloudify-community/blueprint-examples/).