M CHANGELOG.md => CHANGELOG.md +1 -1
@@ 1,6 1,6 @@
# Revision history for Balkón
-## 1.0.0.0 -- 2023-03-12
+## 1.0.0.0 -- 2023-03-13
* Text shaping using HarfBuzz.
A README.md => README.md +12 -0
@@ 0,0 1,12 @@
+# Balkón
+
+[Repository](https://git.argonaut-constellation.org/~jaro/balkon) |
+[Issue tracker](https://todo.argonaut-constellation.org/~jaro/balkon)
+
+Haskell library built on top of HarfBuzz to lay out text within a paragraph.
+
+Just like flowers on a balcony, text must be arranged carefully within a
+limited space and put into neat little boxes.
+
+Intended to be the inline layout engine for
+[The Argonaut Stack](https://argonaut-constellation.org/).