From b0e7298437c9a51d39273373cb13cdf09b883d2e Mon Sep 17 00:00:00 2001
From: Pablo Escobar <pescobar001@gmail.com>
Date: Wed, 23 Oct 2019 14:49:49 +0200
Subject: [PATCH] style fixes

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5194037..7e4964e 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 [![Build Status](https://travis-ci.org/pescobar/ansible-role-selinux-disable.svg?branch=master)](https://travis-ci.org/pescobar/ansible-role-selinux-disable)
 [![Ansible Galaxy](https://img.shields.io/badge/galaxy-pescobar.selinux_disable-blue.svg)](https://galaxy.ansible.com/pescobar/selinux_disable)
 
-ansible-role-selinux-disable
+pescobar.selinux_disable
 =========
 
 Very simple role to disable selinux and reboot the machine.
 
-By default the machine is not rebooted unless you define `selinux_reboot: true`
+By default the machine is **not** rebooted unless you define `selinux_reboot: true`
 
 Role Variables
 --------------
@@ -21,7 +21,7 @@ Example Playbook
 
     - hosts: servers
       roles:
-         - { role: pescobar.selinux-disable }
+         - { role: pescobar.selinux_disable }
 
 License
 -------
-- 
GitLab