Skip to content

Commit

Permalink
Cleaning up some authentication docs in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 5, 2019
1 parent 5deaafa commit c75e117
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [What is rdme?](#about-rdme)
* [Configuration](#installation)
* [Installation](#installation)
* [Login](#logging-in-to-a-readme-project)
* [Authentication](#authentication)
* [Usage](#usage)
* [Common options](#common-rdme-options)
* [Swagger / OpenAPI](#swagger-/-openapi)
Expand All @@ -33,6 +33,8 @@ If you authenticate `rdme` to your ReadMe project, we will save your API key to
rdme login
```

`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.

## Usage
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.

Expand Down

0 comments on commit c75e117

Please sign in to comment.