From 925d86c82822a6aacc5bfff6ac885b7997aaccfc Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sat, 2 Mar 2024 14:25:22 -0500 Subject: [PATCH] Update README --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 0f2f538..73990fb 100644 --- a/README.org +++ b/README.org @@ -2,11 +2,11 @@ #+TITLE: README for Guile Reflow -guile-reflow is a simple Guile library for wrapping text in terminals. It integrates with guile's port system +~guile-reflow~ is a simple Guile library for wrapping text in terminals. It integrates with guile's port system and provides an API that allows for easy creation of ports with a restricted line width. The library attempts to be compatible with non-ascii characters and emoji, using the companion library -`guile-runewidth` to determine the best guess at rune widths (a notoriously difficult task to accomplish +~guile-runewidth~ to determine the best guess at rune widths (a notoriously difficult task to accomplish accurately!). -This library is heavily inspired by the golang library `reflow`. +This library is heavily inspired by the golang library ~reflow~.