From d8a121ae0897bec7dfbfa69e16f3483d5cdccbcd Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Thu, 31 Mar 2022 21:00:34 +0530 Subject: [PATCH] Minor README fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a77a8b4..035f005 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Contact: Romain Calascibetta `` ## Install & Usage -The library is available on [OPAM][]. You can install it via: +The library is available on [OPAM](https://opam.ocaml.org/packages/digestif/). You can install it via: ```sh -$ opem install digestif +$ opam install digestif ``` This is a simple program which implements `sha1sum`: