From 50a3071a253d6f80c55ccb204e3cb0cb7672f682 Mon Sep 17 00:00:00 2001
From: Alexandre Ferland <alf@pixmob.com>
Date: Sun, 5 Jun 2016 00:29:45 -0400
Subject: [PATCH] fix typo

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c375b2a..722f405 100644
--- a/README.md
+++ b/README.md
@@ -88,8 +88,8 @@ Migrating from 0.x to 1.x
 -------------------------
 
 The only major change from 0.x releases and 1.x is the underlying LDAP library changed from python-ldap to
-[pyldap](https://github.com/pyldap/pyldap) which is fork that adds Python 3.x support. Everything else SHOULD
-be the same, but don't hesitate to open an issue if encounter some problem upgrading from 0.x to 1.x.
+[pyldap](https://github.com/pyldap/pyldap) which is fork that adds Python 3.x support. Everything else **SHOULD**
+be the same, but don't hesitate to open an issue if you encounter some problem upgrading from 0.x to 1.x.
 
 
 Resources
-- 
GitLab