Skip to content

Commit c75e117

Browse files
committed
Cleaning up some authentication docs in the readme.
1 parent 5deaafa commit c75e117

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* [What is rdme?](#about-rdme)
99
* [Configuration](#installation)
1010
* [Installation](#installation)
11-
* [Login](#logging-in-to-a-readme-project)
11+
* [Authentication](#authentication)
1212
* [Usage](#usage)
1313
* [Common options](#common-rdme-options)
1414
* [Swagger / OpenAPI](#swagger-/-openapi)
@@ -33,6 +33,8 @@ If you authenticate `rdme` to your ReadMe project, we will save your API key to
3333
rdme login
3434
```
3535

36+
`rdme whoami` is also available to you to determine who you are logged in as, and to what project, as well as `rdme logout` for logging out of that account.
37+
3638
## Usage
3739
If you wish to get more information about any command within `rdme`, you can execute `rdme help <command>` or `rdme <command> --help`. You an also execute `rdme help` to see a global list of commands that `rdme` offers.
3840

0 commit comments

Comments
 (0)