Fix: Incorrect number of closing parenthesis (#219)

This commit is contained in:
tspringr 2017-11-08 08:56:26 +01:00 committed by Stian Thorgersen
parent f7d6b7193c
commit 08b96a693a

View file

@ -41,7 +41,7 @@ If the `keycloak.json` file is in a different location you can specify it:
[source,javascript]
----
var keycloak = Keycloak('http://localhost:8080/myapp/keycloak.json'));
var keycloak = Keycloak('http://localhost:8080/myapp/keycloak.json');
----
Alternatively, you can pass in a JavaScript object with the required configuration instead: