Skip to content

Commit

Permalink
fixing typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-mcginty committed Aug 31, 2020
1 parent 11d3ff3 commit 9c76b2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs-src/content/docs/quick-start/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GitHub. These projects use [esy](https://esy.sh) to sandbox opam and build. This

OCaml:
```bash
$ git clone git@github.com:shawn-mcginty/naboris-ocaml-scaffold.git
$ git clone git@github.com:shawn-mcginty/naboris-ml-scaffold.git
$ npm run install
$ npm run build
$ npm run start
Expand Down Expand Up @@ -100,4 +100,5 @@ If you use **esy** for sandboxing you'll have to use a special resolution:
}
```

_Notes about esy custom resolution: This is pegged to a specific commit. At the time of this writing the commit listed above worked great. You may need to check the [GitHub repo](https://github.com/esy-packages/libev) and switch to a fresher commit._
_Notes about esy custom resolution: This is pegged to a specific commit. At the time of this writing the commit listed above worked great. You may need to check the [GitHub repo](https://github.com/esy-packages/libev) and switch to a fresher commit._

0 comments on commit 9c76b2a

Please sign in to comment.