From 9b814725943869be67a2e4ebc24366b6753d09b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 25 Jan 2018 11:04:12 -0300 Subject: [PATCH] Typo on #19 --- docs/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 07e471a..fff9d74 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,16 +16,16 @@ and available online: * [`wcs-api`](wcs-api) The `wcs` command line tool allows to do operations like listing the workspaces, -uploading or updating workspaces. The full documentation if avaible with the +uploading or updating workspaces. The full documentation if available with the command `wcs -help` or [online](https://ibm.github.io/wcs-ocaml/wcs.html). ## Quick install with Opam -The easiest way to install wcs-ocaml is through the Opam package manager for OCaml. -Instructions to install Opam on you system can be found on the website: +The easiest way to install `wcs-ocaml` is through the Opam package manager for OCaml. +Instructions to install `Opam` on you system can be found on the website: . -Then you can install wcs-ocaml with the following command: +Then you can install `wcs-ocaml` with the following command: ``` opam install wcs ``` @@ -47,7 +47,7 @@ opam install wcs-api ## Tutorial -In order to illustrate the use of wcs-ocaml, we are going to program a +In order to illustrate the use of `wcs-ocaml`, we are going to program a bot that tells a knock knock joke. It is going to use the `wcs-lib` package: ```ocaml