Skip to content

Commit aa0947c

Browse files
Simon-Lauxiequidoo
andauthored
Apply suggestions from code review
Co-authored-by: iequidoo <[email protected]>
1 parent 60be4b5 commit aa0947c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deltachat-repl/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_l
44
Its purpose is to help with testing during development, it is not meant for end users.
55

66
Dependencies:
7-
- if you want to use `getqr` you need `qrencode` (To install use your systems package manager)
7+
- If you want to use `getqr` you need `qrencode` (To install, use your system's package manager)
88

99
## Usage
1010

@@ -22,7 +22,7 @@ Core uses Tokio tasks, which are something similar to threads.
2222

2323
Examples of tasks:
2424
- The event loop in the REPL tool which processes events received from core
25-
- The repl loop itself which waits for and executes user commands
25+
- The REPL loop itself which waits for and executes user commands
2626
- The IMAP task that manages IMAP connection in core
2727

2828
```
@@ -49,7 +49,7 @@ If it crashes you can just start it again and use the openpgp4fpr URL instead of
4949
Or install `qrencode` to fix the crash and run `getqr` again.
5050

5151
Use the qrcode/openpgp4fpr link to setup the contact on Delta Chat.
52-
Then write a message to that new contact, after that we can accept the chat in the repl tool and send a reply:
52+
Then write a message to that new contact, after that you can accept the chat in the REPL tool and send a reply:
5353

5454
```
5555
listchats

0 commit comments

Comments
 (0)