From e3e76b78c64ea04f0ab01a47084d85dd463f3a5e Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Thu, 26 Sep 2024 11:52:30 +0200 Subject: [PATCH] Unwrap README paragraphs --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5286f86..b7bcb6a 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,12 @@ [![CI Status](https://github.com/mbarbin/auto-format/workflows/ci/badge.svg)](https://github.com/mbarbin/auto-format/actions/workflows/ci.yml) -With this opinionated library you can build normalized auto-format commands for -custom languages, that can be integrated with editors as well as `dune fmt`. +With this opinionated library you can build normalized auto-format commands for custom languages, that can be integrated with editors as well as `dune fmt`. -## Code documentation +## Code Documentation -The code documentation of the latest release is built with `odoc` and published -to `GitHub` pages [here](https://mbarbin.github.io/auto-format). +The code documentation of the latest release is built with `odoc` and published to `GitHub` pages [here](https://mbarbin.github.io/auto-format). ## Examples & tests -As of yet, there are no examples or tests in this repository. However, this -library is extensively used and tested in the [bopkit](https://github.com/mbarbin/bopkit) project. +As of yet, there are no examples or tests in this repository. However, this library is extensively used and tested in the [bopkit](https://github.com/mbarbin/bopkit) project.