From 276cd8d490592674dde8d0038e446f7c77fa2800 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 28 Jan 2016 00:55:25 -0600 Subject: [PATCH] Update README.md Replace two contractions with possessive pronouns: it's => its. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27a31ebc..07da06ca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ mdBook is a utility to create modern online books from markdown files. -**This project is still in it's early days.** +**This project is still in its early days.** For more information about what is left on my to-do list, check the issue tracker @@ -45,7 +45,7 @@ The executable will be in `./target/release/mdbook`. ## Usage -mdBook will primaraly be used as a command line tool, even though it exposes all it's functionality as a Rust crate for integration in other projects. +mdBook will primaraly be used as a command line tool, even though it exposes all its functionality as a Rust crate for integration in other projects. Here are the main commands you will want to run, for a more exhaustive explanation, check out the [documentation](http://azerupi.github.io/mdBook/).