File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_l
4
4
Its purpose is to help with testing during development, it is not meant for end users.
5
5
6
6
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)
8
8
9
9
## Usage
10
10
@@ -22,7 +22,7 @@ Core uses Tokio tasks, which are something similar to threads.
22
22
23
23
Examples of tasks:
24
24
- 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
26
26
- The IMAP task that manages IMAP connection in core
27
27
28
28
```
@@ -49,7 +49,7 @@ If it crashes you can just start it again and use the openpgp4fpr URL instead of
49
49
Or install ` qrencode ` to fix the crash and run ` getqr ` again.
50
50
51
51
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:
53
53
54
54
```
55
55
listchats
You can’t perform that action at this time.
0 commit comments