Skip to content

Commit

Permalink
docs(README): update rm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaylo21 committed Aug 3, 2019
1 parent 68a5dd2 commit 5557931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A web-based terminal powered by React. Check out the [demo](https://ctaylo21.git
- [`ls [DIRECTORY]`](#ls-directory)
- [`mkdir [DIRECTORY]`](#mkdir-directory)
- [`cat [FILE]`](#cat-file)
- [`cat [OPTIONS] [FILE]`](#cat-options-file)
- [`rm [OPTIONS] [FILE]`](#rm-options-file)
- [`help`](#help)

## Usage
Expand Down Expand Up @@ -163,7 +163,7 @@ Shows the contents of a file
# Contents of file2.txt
```

### `cat [OPTIONS] [FILE]`
### `rm [OPTIONS] [FILE]`

Remove a file or directory from the filesystem

Expand Down

0 comments on commit 5557931

Please sign in to comment.