From 2b028369e0753adaead8c4231a70501b193452c0 Mon Sep 17 00:00:00 2001 From: Anurag Soni Date: Wed, 13 Dec 2023 21:48:42 -0500 Subject: [PATCH] Fix cram test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12c26c2..a5bdcc1 100644 --- a/README.md +++ b/README.md @@ -168,12 +168,12 @@ and as part of the [test](https://github.com/anuragsoni/routes/blob/main/test/ro **To use the version published on opam:** -```sh +``` opam install routes ``` **For development version:** -```sh +``` opam pin add routes git+https://github.com/anuragsoni/routes.git ```