Browse Source

Fix typo

master
Seizan Shimazaki 10 years ago committed by Sorin Ionescu
parent
commit
fdb406f917
  1. 4
      modules/README.md
  2. 8
      modules/ocaml/README.md
  3. 2
      modules/ocaml/init.zsh

4
modules/README.md

@ -102,10 +102,10 @@ Node.js
Provides utility functions for Node.js and loads npm completion. Provides utility functions for Node.js and loads npm completion.
Ocaml OCaml
----- -----
Initializes Ocaml package management. Initializes OCaml package management.
OSX OSX
--- ---

8
modules/ocaml/README.md

@ -1,15 +1,15 @@
Ocaml OCaml
===== =====
Initializes [Ocaml][1] package management. Initializes [OCaml][1] package management.
OPAM OPAM
---- ----
[OPAM][2] is a package manager for Ocaml. [OPAM][2] is a package manager for OCaml.
This module enables local package installation with OPAM by extending the This module enables local package installation with OPAM by extending the
relevant path and Ocaml variables. relevant path and OCaml variables.
### Usage ### Usage

2
modules/ocaml/init.zsh

@ -1,5 +1,5 @@
# #
# Initializes Ocaml package management. # Initializes OCaml package management.
# #
# Authors: # Authors:
# Sebastian Wiesner <lunaryorn@gmail.com> # Sebastian Wiesner <lunaryorn@gmail.com>

Loading…
Cancel
Save