From b5cb52d5eac5a4a49791089c93de8b5d12185015 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 18 May 2021 09:35:49 -0700 Subject: [PATCH] Update README.md --- hyphenate/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hyphenate/README.md b/hyphenate/README.md index d2f2517a..10dcf6dd 100644 --- a/hyphenate/README.md +++ b/hyphenate/README.md @@ -1,5 +1,5 @@ -hyphenate ![Build Status](https://github.com/mbutterick/hyphenate/workflows/CI/badge.svg) ---------- +## hyphenate ![Build Status](https://github.com/mbutterick/hyphenate/workflows/CI/badge.svg) + Racket implementation of the Knuth–Liang hyphenation algorithm. @@ -26,3 +26,8 @@ And enjoy: > "Hy-phen-ation al-go-rithm" Full docs are installed with the package. You can also [read the docs here](http://pkg-build.racket-lang.org/doc/hyphenate). + + +## Project status + +Complete. Maintained but no further updates planned. Once upon a time, I had an ambition to support more languages. But I don’t personally need that, and no one is clamoring for it.