Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ajank committed Jul 11, 2015
1 parent 4e5c5ac commit 631afc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ http://www.mimuw.edu.pl/~ajank/Romulus/Romulus-manual.pdf.

The most recent stable version of Romulus is available from
http://www.mimuw.edu.pl/~ajank/Romulus/Romulus_1.0.0.tar.gz.
Install it using the following R command:
Please install it using the following R command:

```R
install.packages("Romulus_1.0.0.tar.gz", repos = NULL, type = "source")
Expand All @@ -31,13 +31,13 @@ library(devtools)
install_github("ajank/Romulus")
```

If you do not have the library ´devtools´ installed, please install it first:
If you do not have the package `devtools´ installed, please install it first:

```R
install.packages("devtools")
```

#### References
#### Citation

At the moment, please cite Romulus as:

Expand Down

0 comments on commit 631afc7

Please sign in to comment.