Skip to content

Commit

Permalink
testing markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorej committed Feb 14, 2012
1 parent 9ee0a93 commit 4a72d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -9,7 +9,7 @@ In order to use this plugin you have to have following information in your ```re
```erlang
{plugins, [rebar_scm_plugin]}
```
,
and

```erlang
{scm, {Protocol, "Path to your scm root"}}
Expand All @@ -19,10 +19,10 @@ where ```Protocol``` is one of following:
* ```svn```
* ```git```

and
You also have to add following dependency:

```erlang
{deps, {git, "git://github.com/gregorej/rebar_scm_plugin"}}
{rebar_scm_plugin, {git, "git://github.com/gregorej/rebar_scm_plugin"}}
```


Expand Down

0 comments on commit 4a72d54

Please sign in to comment.