From 47b11a2589be45460b18699a2ce13afd7319c2cb Mon Sep 17 00:00:00 2001 From: Dan Bernardic Date: Tue, 29 Nov 2016 16:28:30 -0600 Subject: [PATCH] Added missing word, use name instead of URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db24caa..e386e95 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ You can either: $ ansible-galaxy install nodesource.node ``` -* Install the using [requirements.yml via Ansible Galaxy](http://docs.ansible.com/ansible/galaxy.html#installing-multiple-roles-from-a-file): +* Install the playbook using [requirements.yml via Ansible Galaxy](http://docs.ansible.com/ansible/galaxy.html#installing-multiple-roles-from-a-file): ```yml -- src: https://github.com/nodesource/ansible-nodejs-role +- src: nodesource.node ``` ```text