[KEYCLOAK-4443] Lack of require() call in nodejs-adapter documentation

This commit is contained in:
Bruno Oliveira 2017-02-17 10:26:59 -02:00
parent de06b636af
commit c6026638e6
No known key found for this signature in database
GPG key ID: 6119F27084DC9914

View file

@ -49,6 +49,7 @@ The `Keycloak` class provides a central point for configuration
and integration with your application. The simplest creation
involves no arguments.
var Keycloak = require('keycloak-connect');
var keycloak = new Keycloak();
By default, this will locate a file named `keycloak.json` alongside