summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-10-18 13:44:02 +0300
committerRan Benita <ran234@gmail.com>2014-10-18 14:12:45 +0300
commit2e8ab38351266e3894cb797d4bd6a007f1d66603 (patch)
tree93ba90fedf9dbe815239ba6489c0bc7c073f538c
parentcb46189335d8099364a2e1965e285f019312a6d4 (diff)
downloadxorg-lib-libxkbcommon-2e8ab38351266e3894cb797d4bd6a007f1d66603.tar.gz
README: link to online API docs
Signed-off-by: Ran Benita <ran234@gmail.com>
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 41208d8..c4174ad 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,11 @@ See [Quick Guide](doc/quick-guide.md).
## API
-While xkbcommon's API is somewhat derived from the classic XKB API as found
+While libxkbcommon's API is somewhat derived from the classic XKB API as found
in X11/extensions/XKB.h and friends, it has been substantially reworked to
-expose fewer internal details to clients. The supported API is available
-in the xkbcommon/xkbcommon-*.h files. Additional support is provided for
-X11 (XCB) clients, in the xkbcommon-x11 library, xkbcommon/xkbcommon-x11.h.
+expose fewer internal details to clients.
+
+See the [API Documentation](http://xkbcommon.org/doc/current/modules.html).
## Dataset