From 491ea268c21b9d7d76a5ce8778da977cfbcde4ff Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Fri, 21 Feb 2025 10:36:54 +0100 Subject: [PATCH] Fix the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d300e0d..64b9e55 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ However, we do not recommend using this project in production. Vif is a small program that runs an OCaml script and launches a Web server from it. The main idea is to be able to set up a typed Web server as quickly as possible (note that we use [hurl][hurl], an HTTP client in OCaml) -```shell +```ocaml $ opam pin add -y https://github.com/robur-coop/vif $ opam pin add -y https://github.com/robur-coop/hurl $ opam install vif hurl @@ -51,7 +51,7 @@ $ kill -SIGINT $(cat vid.pid) ### Examples -The [examples][./examples] folder contains several examples of the use of `vif`. +The [examples](./examples) folder contains several examples of the use of `vif`. It shows the management of more complex requests (json, multipart-form, etc.) as well as the use of an SQL database with [caqti][caqti].