Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
[doc] minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hakula139 committed Jan 2, 2021
1 parent cb0dc05 commit 494b983
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A simple FTP server and client, written in Python, using pure `socket` module.
- [2. Usage](#2-usage)
- [2.1 server](#21-server)
- [2.2 client CLI](#22-client-cli)
- [TODO](#todo)
- [TODOs](#todos)
- [Contributors](#contributors)
- [License](#license)

Expand Down Expand Up @@ -68,16 +68,16 @@ Press `q` to exit.
Start the Naive-FTP client CLI using the command below, and it will try to connect to `localhost:2121` by default.

```bash
python naive_ftp/client/client.py
python ./naive_ftp/client/client.py
```

To get started, use the command `help` to show all available commands.

```bash
```text
> help
```

## TODO
## TODOs

- [ ] Implement a GUI using Flask and Vue.js

Expand Down

0 comments on commit 494b983

Please sign in to comment.