Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor docs correction.
  • Loading branch information
jeffswartz committed Sep 19, 2016
1 parent 4811710 commit c7f89a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -83,7 +83,7 @@ Once a Session is created, you can start generating Tokens for clients to use wh
You can generate a token either by calling an `OpenTokSDK.OpenTok` instance's
`GenerateToken(string sessionId, Role role, double expireTime, string data)` method, or by calling a `OpenTokSDK.Session`
instance's `GenerateToken(Role role, double expireTime, string data)` method after creating it. In the first method, the
`sessionId` is required and the rest of the parameters are option. In the second method, all the parameters are optional.
`sessionId` is required and the rest of the parameters are optional. In the second method, all the parameters are optional.

```csharp

Expand Down

0 comments on commit c7f89a7

Please sign in to comment.