From 661be43bf7d2e364c84468b68257fe88dcc3c992 Mon Sep 17 00:00:00 2001 From: Christine Rose Date: Fri, 1 Apr 2022 12:23:32 -0700 Subject: [PATCH] Change OPAM to opam I was asked to open this PR to change this. --- site/learn/libraries.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/learn/libraries.md b/site/learn/libraries.md index f8df8b078..fe80a9651 100644 --- a/site/learn/libraries.md +++ b/site/learn/libraries.md @@ -5,16 +5,16 @@ There are thousands of OCaml libraries available. Here is a list of the most popular sites where you can find them. -* [Official OPAM repository](http://opam.ocaml.org) is the first place +* [Official opam repository](http://opam.ocaml.org) is the first place to check. The most high quality and most widely used libraries are - provided as OPAM packages. + provided as opam packages. * [GitHub](https://github.com/trending/ocaml) is an extremely popular code hosting site and very widely used amongst OCaml programmers. Click the link to find OCaml projects. Remember that - many of these libraries are provided as OPAM packages, so you'll - have already found them in OPAM. However, there are some - libraries here that people haven't pushed to OPAM for one reason or + many of these libraries are provided as opam packages, so you'll + have already found them in opam. However, there are some + libraries here that people haven't pushed to opam for one reason or another. * [Bitbucket](https://bitbucket.org/repo/all/relevance?name=ocaml&language=ocaml)