Skip to content

Commit d6c92c8

Browse files
committed
Update README.md
1 parent 6338a8c commit d6c92c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
`mcli` is a tool for managing your MongoDB cloud services
55

6-
![Screenshot 2020-01-03 at 10 49 27](https://user-images.githubusercontent.com/461027/71719742-2e0dc000-2e17-11ea-885c-385a80aea95a.png)
6+
![Screenshot 2020-01-03 at 10 49 27](https://user-images.githubusercontent.com/461027/73472371-d6656480-4382-11ea-8bfb-535d91cf1fb4.png)
77

88
# Installing
99
## Binary
@@ -20,7 +20,7 @@ Ideally, you should install it somewhere in your PATH for easy use. `/usr/local/
2020
- [Git](https://git-scm.com/)
2121
- [Go (at least Go 1.13)](https://golang.org/dl/)
2222

23-
## Fetch from GitHub
23+
### Fetch from GitHub
2424
The easiest way to get started is to clone `mcli` and install with go:
2525

2626
```bash
@@ -29,16 +29,16 @@ cd mcli
2929
make install
3030
```
3131

32-
# Usage
32+
## Usage
3333

3434
Run `mcli help` for a list of available commands
3535

36-
## Authentication
36+
### Authentication
3737
Run `mcli config` to set up a profile.
3838

3939
You can also use `MCLI_OPS_MANAGER_URL`, `MCLI_PUBLIC_API_KEY`, and `MCLI_PRIVATE_API_KEY` to define some of the authentication variables
4040

41-
## ZSH Completion (experimental)
41+
### ZSH Completion (experimental)
4242
Add the following to your `.zshrc` file
4343

4444
```bash

0 commit comments

Comments
 (0)