From 666a39229e28fb7457ca9f22e2fa1be9315b937c Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 27 Dec 2015 06:31:27 -0600 Subject: [PATCH 1/2] 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. + ``` From e34791fb22c2f18a5943fabdb4879a0ab59dd736 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 27 Dec 2015 06:32:10 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b5479e..c853a65 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,6 @@ 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. - -``` - - -