Permalink
Browse files

Remove stray characters from example commands. (#250)

  • Loading branch information...
ruebot authored and ianmilligan1 committed Aug 9, 2018
1 parent 004ce1f commit 9efde66346d94ae4d2217c9d7b9106518bab7521
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
View
@@ -20,15 +20,15 @@ The toolkit grew out of a previous project called [Warcbase](https://github.com/
If you have Apache Spark ready to go, it's as easy as:
```
$ spark-shell --packages "io.archivesunleashed:aut:0.16.0"`
$ spark-shell --packages "io.archivesunleashed:aut:0.16.0"
```
### A little less easy
You can download the [latest release here](https://github.com/archivesunleashed/aut/releases) and include it like so:
```
$ spark-shell --jars /path/to/aut-0.16.0-fatjar.jar"`
$ spark-shell --jars /path/to/aut-0.16.0-fatjar.jar"
```
### Even less easy

0 comments on commit 9efde66

Please sign in to comment.