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 b69471b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ var response = await bus.LoginUser(new LoginUserRequest
```
Furthermore, after logging in, you have the option to create an account with customizable `Permissions`.
```c#
//---Snip---
await bus.CreateUser(new CreateUserRequest
{
Username = "test_user",
Expand Down Expand Up @@ -111,7 +112,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 b69471b

Please sign in to comment.