From 81a4fa975d53a652ede924dca23157cb98059565 Mon Sep 17 00:00:00 2001 From: Patrick Nelson Date: Tue, 5 Apr 2016 11:22:48 -0700 Subject: [PATCH] Fixing package name in install instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a38b26..9a9e7c2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This module extends SilverStripe TreeDropdownField to allow clearing a selection ## Installation ## -1. Run `composer require patricknelson/silverstripe-optionaltreedropdownfield` +1. Run `composer require richardsjoqvist/silverstripe-optionaltreedropdownfield` 1. Run `sake /dev/build` ## Usage ##