Commit 039cc1337aa989fd426776df8ca3d191acd57807
1 parent
c328c574
Atualização
Showing
1 changed file
with
7 additions
and
7 deletions
js/client/Readme_en_us.md
1 | ## Usage | 1 | ## Usage |
2 | 2 | ||
3 | -###configuration | 3 | +### configuration |
4 | To use the funifier in production, insert the following line in tag head of all the pages you want to enable: | 4 | To use the funifier in production, insert the following line in tag head of all the pages you want to enable: |
5 | 5 | ||
6 | 6 | ||
@@ -31,9 +31,9 @@ You can also boot the funifier at any time after loading the funifier script cal | @@ -31,9 +31,9 @@ You can also boot the funifier at any time after loading the funifier script cal | ||
31 | }); | 31 | }); |
32 | ``` | 32 | ``` |
33 | 33 | ||
34 | -#Documentation | 34 | +## Documentation |
35 | 35 | ||
36 | -##Components | 36 | +### Components |
37 | 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. | 37 | 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. |
38 | 38 | ||
39 | Funifier contain the following components: | 39 | Funifier contain the following components: |
@@ -206,8 +206,8 @@ Funifier.track({ | @@ -206,8 +206,8 @@ Funifier.track({ | ||
206 | ``` | 206 | ``` |
207 | 207 | ||
208 | --------------------------------------- | 208 | --------------------------------------- |
209 | -### auth | ||
210 | -####authenticate(options,callback) | 209 | +## auth |
210 | +### authenticate(options,callback) | ||
211 | Function used to authenticate players. | 211 | Function used to authenticate players. |
212 | 212 | ||
213 | __options__ | 213 | __options__ |
@@ -253,7 +253,7 @@ Funifier.auth.authenticate({ | @@ -253,7 +253,7 @@ Funifier.auth.authenticate({ | ||
253 | }); | 253 | }); |
254 | ``` | 254 | ``` |
255 | 255 | ||
256 | -####isAuthenticate(callback) | 256 | +### isAuthenticate(callback) |
257 | 257 | ||
258 | Checks if the player is authenticated. | 258 | Checks if the player is authenticated. |
259 | 259 | ||
@@ -272,7 +272,7 @@ Funifier.auth.isAuthenticate(function(_isAuthenticate){ | @@ -272,7 +272,7 @@ Funifier.auth.isAuthenticate(function(_isAuthenticate){ | ||
272 | }); | 272 | }); |
273 | ``` | 273 | ``` |
274 | 274 | ||
275 | -####logout(callback) | 275 | +### logout(callback) |
276 | 276 | ||
277 | Log out Player. | 277 | Log out Player. |
278 | 278 |