Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
numinnex committed Oct 14, 2023
1 parent e775b45 commit d5e6e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var response = await bus.LoginUser(new LoginUserRequest
Password = "test_user",
});
```
Alternatively, once you've logged in, you can create a `Personal Access Token` that can be reused for further logins."
Alternatively, once you've logged in, you can create a `Personal Access Token` that can be reused for further logins.
```c#
var response = await bus.LoginUser(new LoginUserRequest
{
Expand Down

0 comments on commit d5e6e4f

Please sign in to comment.