From 19ef75604fdf0c02f9107f867998a1c153b792df Mon Sep 17 00:00:00 2001 From: Katrin Leinweber <9948149+katrinleinweber@users.noreply.github.com> Date: Fri, 24 Aug 2018 08:27:47 +0200 Subject: [PATCH] Fix typos & formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 190b911..4881882 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ think of. **gitwalk** is made in CoffeeScript and runs on Node.js. [nodegit](http://www.nodegit.org/) and [node-github](https://github.com/mikedeboer/node-github) do most of the heavy lifting in the background. -## Features +## Features * Wildcard matching * Integrates directly with GitHub API @@ -190,7 +190,7 @@ can never be too careful. ### URL -URLs aren't a problem eiter. Gitwalk will make a local copy of the remote +URLs aren't a problem either. Gitwalk will make a local copy of the remote repository and process it. However, you can't do any wildcard matching with URLs. @@ -291,7 +291,7 @@ $ gitwalk ... files * **path**: Path filter (glob expressions allowed). * **command**: A command to run for each file - * **Expored vars** + * **Exported vars** * #{file} ### commits