Fix typo
This commit is contained in:
parent
493bf302f6
commit
fdb406f917
@ -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
|
||||||
---
|
---
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Initializes Ocaml package management.
|
# Initializes OCaml package management.
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Sebastian Wiesner <lunaryorn@gmail.com>
|
# Sebastian Wiesner <lunaryorn@gmail.com>
|
||||||
|
Reference in New Issue
Block a user