Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speling #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build Coinffeine you will need:
* A working [SBT 0.13](http://www.scala-sbt.org/download.html)
* Protobuf compiler 2.5.0. You can get it with your favourite package manager
(`protobuf` in brew, `protobuf-java` in apt-get and macports) or directly
fron its [project page](https://code.google.com/p/protobuf/downloads/list).
from its [project page](https://code.google.com/p/protobuf/downloads/list).

To compile all the modules and run their tests:

Expand All @@ -33,7 +33,7 @@ or the `fakeroot` package in Ubuntu/Debian.
Getting coverage metrics
------------------------

To get coverage metrics just run `sbt scoverage:test` and loot at the
To get coverage metrics just run `sbt scoverage:test` and look at the
directory `target/scala-2.10/scoverage-report` of every module.


Expand Down