From 3e1409b7735db42eec3780ecaf8b76f70fc3e351 Mon Sep 17 00:00:00 2001
From: Wqer555 <Wqer555@users.noreply.github.com>
Date: Sun, 19 Apr 2015 17:26:35 -0500
Subject: [PATCH] Typos

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

diff --git a/README.md b/README.md
index 69fea6cd..16eeedcb 100644
--- a/README.md
+++ b/README.md
@@ -265,12 +265,12 @@ Its usage is simple, specify a package name or `a, --all` for all packages:
 ### xbps-pkgdb - checking for errors in packages and pkgdb
 
 The `xbps-pkgdb(8)` utility may be used to check for errors in packages and in the package database.
-It is also used to update the *package database* format (if there have been changes). It works in exactly the
-same way than `xbps-reconfigure(8)` and expects a package name or -a, --all for all packages.
+It is also used to update the *package database* format (if there have been changes). It works exactly the
+same way as `xbps-reconfigure(8)` and expects a package name or -a, --all for all packages.
 
     $ xbps-pkgdb <package name> | -a
 
-To put a package on hold mode (won't by upgraded in dist-upgrade mode):
+To put a package on hold mode (won't be upgraded in dist-upgrade mode):
 
     $ xbps-pkgdb -m hold <package name>