diff --git a/js/client/Readme_en_us.md b/js/client/Readme_en_us.md index 0154440..25b2fc1 100644 --- a/js/client/Readme_en_us.md +++ b/js/client/Readme_en_us.md @@ -1,6 +1,6 @@ ## Usage -###configuration +### configuration To use the funifier in production, insert the following line in tag head of all the pages you want to enable: @@ -31,9 +31,9 @@ You can also boot the funifier at any time after loading the funifier script cal }); ``` -#Documentation +## Documentation -##Components +### Components The funifier has some integrated libraries, which can be used in your widgets / integrations note however, that they have the prefix '_' are using the core Funifier and therefore has no guarantee of being present in a future release. Funifier contain the following components: @@ -206,8 +206,8 @@ Funifier.track({ ``` --------------------------------------- -### auth -####authenticate(options,callback) +## auth +### authenticate(options,callback) Function used to authenticate players. __options__ @@ -253,7 +253,7 @@ Funifier.auth.authenticate({ }); ``` -####isAuthenticate(callback) +### isAuthenticate(callback) Checks if the player is authenticated. @@ -272,7 +272,7 @@ Funifier.auth.isAuthenticate(function(_isAuthenticate){ }); ``` -####logout(callback) +### logout(callback) Log out Player.