From 666a39229e28fb7457ca9f22e2fa1be9315b937c Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 27 Dec 2015 06:31:27 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0811680..3b5479e 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ cd .. ./autogen.sh --prefix=/usr make sudo make install + +### Theme JavaScript API: +The greeter exposes a JavaScript API to greeter themes which they must use to interact with the greeter (in order to facilitate the user login process). The [API Documentation](https://antergos.com/wiki/development/lightdm-webkit2-greeter-theme-javascript-api/) is a W.I.P. + ```