From 2a26e3db2d060032fc189f0884ead67ac8a32fa6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franc=CC=A7ois=20Pottier?= <francois.pottier@inria.fr>
Date: Thu, 25 Nov 2021 19:16:46 +0100
Subject: [PATCH] README.

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 306f5a7..e7c5ccc 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@ Type `opam install fix`.
 At the top of an OCaml module, declare `open Fix`.
 This gives you access to the following submodules:
 
-* [`CompactQueue`](src/CompactQueue.mli) offers a minimalist mutable
-  FIFO queue that is tuned for performance.
+* [`CompactQueue`](src/CompactQueue.mli) offers **a minimalist mutable
+  FIFO queue** that is tuned for performance.
 
 * [`DataFlow`](src/DataFlow.mli) performs a forward data flow analysis
   over a directed graph. Like [`Fix`](src/Core.mli), it computes the
@@ -25,8 +25,8 @@ This gives you access to the following submodules:
 * [`Gensym`](src/Gensym.mli) offers a simple facility
   for **generating fresh integer identifiers**.
 
-* [`Indexing`](src/Indexing.mli) offers a safe API for manipulating indices
-  into fixed-size arrays.
+* [`Indexing`](src/Indexing.mli) offers **a safe API for manipulating indices
+  into fixed-size arrays**.
 
 * [`Memoize`](src/Memoize.mli) offers a number of combinators
   that help **construct possibly recursive memoizing functions**, that
-- 
GitLab