From d3b03361810d3d8d0172489f9e55b904a812b0df Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 29 Dec 2014 19:09:25 -0800 Subject: [PATCH] Updating README to reflect that the module is available from d.o. [ci skip] --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6e3421a..e47a6b4 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,10 @@ no configuration. ### Installation instructions The best way to install this module is to use [drush][]! You can do so -using the following command: +using the following commands: -``` -drush dl scale_addressfield --source=http://www.asmallwebfirm.net/drupal/release-history -``` - -Enable the module like you would any other module, for example: - -``` +```sh +drush dl scale_addressfield drush en scale_addressfield ```