Skip to content

Commit

Permalink
Touch up README formatting in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jul 1, 2014
1 parent 0e3d8df commit 91d43dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,10 @@ current working directory without using the -l option, but you need your
base_url to be set correctly, you may force it by setting the uri in
a drushrc.php file located in the same directory as your settings.php file.
**sites/default/drushrc.php**
`$options['uri'] = "http://example.com";`
**sites/default/drushrc.php:**
```
$options['uri'] = "http://example.com";
```
Related Options:
```
Expand Down

0 comments on commit 91d43dd

Please sign in to comment.