aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-06-01 19:41:09 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-06-01 19:41:09 -0400
commit84f281ac997dcd06b3205e4e13cbc4f5df793c0c (patch)
tree92de404e0b6800b341293a740b4580161198a31b /README.md
parentbf2bf55ff58f8a37aa675b6ac908bd53de02192f (diff)
GTK+ was renamed to GTK recently.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e748c47b..98b7246d 100644
--- a/README.md
+++ b/README.md
@@ -24,14 +24,14 @@ speed or succumbing to code bloat and featuritis.
## Requirements
In its bid for minimalism, Textadept has no dependencies on Windows and Mac OSX
-operating systems and depends only on [GTK+ 2.0][] version 2.18 or greater on
+operating systems and depends only on [GTK 2.0][] version 2.18 or greater on
Linux. Textadept includes its own copy of Lua on all platforms and bundles in a
-GTK+ runtime on Windows and Mac OSX.
+GTK runtime on Windows and Mac OSX.
The terminal version of Textadept requires only an implementation of curses like
[ncurses][].
-[GTK+ 2.0]: http://gtk.org
+[GTK 2.0]: http://gtk.org
[ncurses]: http://invisible-island.net/ncurses/ncurses.html
## Download