From 31c93bb0eb65d1d0b404ce081bf4c56e48fcb42f Mon Sep 17 00:00:00 2001
From: "Kyle B. Johnson" <kyle.johnson@hey.com>
Date: Fri, 26 Mar 2021 11:00:24 -0400
Subject: [PATCH] chore: Update README.

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

diff --git a/README.md b/README.md
index 24bb717..4e12238 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ## Installation
 
-`composer require kjohnson/since-unreleased:dev-master`
+`composer require kjohnson/since-unreleased`
 
 ## Usage
 
@@ -13,9 +13,9 @@ Given the following sytax:
  */ 
 ```
 
-Run the script, passing a version number:
+Run the script, passing the target directory followed by the version number:
 ```
-./vendor/bin/since-unreleased 1.0.1
+./vendor/bin/since-unreleased example/ 1.0.1
 ```
 
 and the `@unreleased` tag will be updated.