Skip to content

Commit ee79251

Browse files
authored
Merge pull request #4 from jmolivas/update-readme-file
Update readme file.
2 parents ce6904c + 8482807 commit ee79251

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Instructions to extend Drupal Console adding commands globally.
44

5-
## Create `~/.console/` directory (if not created already)
5+
### Create `~/.console/` directory
66
Execute the `init` command and select `/Users/YOUR_USER_NAME/.console/` when asked for destination.
77
```
88
drupal init
99
```
1010
NOTES:
1111
* For instructions about installing the [Drupal Console Launcher](https://github.com/hechoendrupal/DrupalConsole/#update-drupalconsole-launcher)
1212

13-
## Install this project:
13+
### Install this project:
1414
```
1515
cd ~/.console/
1616
@@ -20,7 +20,7 @@ drupal/console-extend:dev-master extend \
2020
--no-interaction
2121
```
2222

23-
## Update this project
23+
### Update this project
2424
```
2525
cd ~/.console/extend
2626
File renamed without changes.

0 commit comments

Comments
 (0)