Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikolovski committed Apr 28, 2017
1 parent fd627c2 commit d31da88
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ https://github.com/gnikolovski/druact_api/releases
Since this module is not published on drupal.org or on packagist.org you will
need to add the VCS repository to your composer.json file. You need to add this:

"repositories": [
```
"repositories": [
{
"type": "vcs",
"url": "https://github.com/gnikolovski/druact_api"
}
"url": "https://github.com/gnikolovski/druact_api"
}
]
```

Then you can run the following command to install it:

Expand All @@ -56,10 +58,10 @@ Extend page (admin/modules) and install Druact API.

You also need to download the following required modules:

Token https://www.drupal.org/project/token
REST UI https://www.drupal.org/project/restui
Contact message REST https://www.drupal.org/project/contact_message_rest
Contact Storage https://www.drupal.org/project/contact_storage
Token https://www.drupal.org/project/token
REST UI https://www.drupal.org/project/restui
Contact message REST https://www.drupal.org/project/contact_message_rest
Contact Storage https://www.drupal.org/project/contact_storage

### AUTHOR

Expand Down

0 comments on commit d31da88

Please sign in to comment.