From 89938e8e6be9ca7830d573a6e58ea97a9d77ea72 Mon Sep 17 00:00:00 2001 From: Mumshad Mannambeth Date: Mon, 17 Jul 2017 14:26:51 -0400 Subject: [PATCH] Update image in Readme file and instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20c5e49..273f37e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Playable -[![ansible-playable](client/assets/images/banner.png)](http://ansible-playable.com) +[![ansible-playable](https://raw.githubusercontent.com/mmumshad/ansible-playable/master/client/assets/images/banner.png)](http://ansible-playable.com) Playable is an Ansible Playbook generator UI developed in MEAN stack using [Yeoman angular-fullstack-generator](https://github.com/angular-fullstack/generator-angular-fullstack) and built using [Docker](https://www.docker.com/). The tool may be used by an individual or a team to @@ -10,7 +10,7 @@ The tool may be used by an individual or a team to - Develop custom modules and test them - All the above while enforcing Ansible Best Practices -This is a fun project I started working on from my experience working with Ansible an developing custom modules. I think it will help the Ansible community and am looking forward to assistance in developing and maintaining this project. +This is a fun project I started working on from my experience working with Ansible and developing custom modules, hoping that it will help the Ansible community. > Note: This project is in its initial Alpha release. Hence this is only to be used for test purpose and at your own risk.