From 0f6bc84c2b5ff812ad4abae6445d3327c388a789 Mon Sep 17 00:00:00 2001
From: "ma.azimi@laposte.net" <ma.azimi@laposte.net>
Date: Thu, 8 Oct 2015 17:07:36 +0200
Subject: [PATCH] Update docker_fr.md

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

diff --git a/docker_fr.md b/docker_fr.md
index d13e2ddf..99e06f87 100644
--- a/docker_fr.md
+++ b/docker_fr.md
@@ -1,6 +1,6 @@
 # Docker et YunoHost
 
-*Voici une petite page de documentation en guise de mémo sur la manière de tester/développer YunoHost avec Docker.*
+*Voici une page de documentation en guise de mémo sur la manière de tester/développer YunoHost avec Docker.*
 
 *Toutes les autres façons d’installer YunoHost sont listées **[ici](/install_fr)**.*
 
@@ -10,7 +10,7 @@
 
 ## Installer Docker
 
-**Prérequis** : une machine x86 qui tourne sous Ubuntu 14.04 ou supérieur, ArchLinux ou Fedora (sur Debian c’est plus chiant)
+**Prérequis** : une machine x86 qui tourne sous Ubuntu 14.04 ou supérieur, ArchLinux ou Fedora (sur Debian c’est plus chiant).
 
 Sous Ubuntu :
 ```bash
@@ -24,7 +24,7 @@ $ sudo pacman -Sy docker
 
 Sous Fedora :
 ```bash
-$ su -c 'yum install docker'
+$ sudo dnf install docker
 ```
 ---