Skip to content

Commit

Permalink
Fix a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyosha Kuleshov committed Mar 21, 2016
1 parent 00009a1 commit b1063ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ features:
- The [OASIS](http://oasis.forge.ocamlcore.org/) build-system
- The [OCamlDoc](http://caml.inria.fr/pub/docs/manual-ocaml/ocamldoc.html) automatic documentation generation
- The [OUnit](http://ounit.forge.ocamlcore.org/) testing framework
- The [Bissect](http://bisect.x9c.fr/) code coverage framework
- The [Bisect](http://bisect.x9c.fr/) code coverage framework

### Getting To Know Yeoman

Expand Down Expand Up @@ -134,7 +134,7 @@ npm install -g generator-ocaml

```bash
opam init
opam install oasis ounit bissect
opam install oasis ounit bisect
```

1. Generate the `setup.ml` file - which will handle any high-level operation on
Expand Down

0 comments on commit b1063ca

Please sign in to comment.