summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2018-02-18 04:10:36 -0500
committerPietro Gagliardi <[email protected]>2018-02-18 04:10:36 -0500
commitdbfc38f49b7f7e4b25235d5749740f4a05156c35 (patch)
treee3f63ea6d68aec743edd5fb3b9e4022072ea53cc
parentb435594adb2c0394037781e25fab5d2b10cf68ce (diff)
Fixed README formatting mistakeĀ·
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0ab83f..7bade1d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# ui: platform-native GUI library for Go
-# Update 17 February 2018: I fixed the Enter+Escape crashing bug on Windows, and applied the resultant Alpha 3.5 binary release to package ui. However, build issues prevented a linux/386 binary from being made, so the API updates won't come yet. The next Alpha release, which will use semver and thus be called v0.4.0, should hopefully have no such issues. Sorry!
+# Update 17 February 2018
+I fixed the Enter+Escape crashing bug on Windows, and applied the resultant Alpha 3.5 binary release to package ui. However, build issues prevented a linux/386 binary from being made, so the API updates won't come yet. The next Alpha release, which will use semver and thus be called v0.4.0, should hopefully have no such issues. Sorry!
# Update 5 June 2016: You can FINALLY `go get` this package!