Skip to content

Commit 2351e21

Browse files
committed
chore: update readme
1 parent 8d494ab commit 2351e21

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
Library to speedup Delta Chat bot development in Golang.
1010

11-
With this library you can focus on writing your event/message processing logic and let us handle the
12-
repetitive process of creating the bot CLI.
11+
With this library you can focus on writing your event/message
12+
processing logic and let us handle the repetitive process of
13+
creating the bot CLI.
1314

1415
## Install
1516

@@ -21,7 +22,7 @@ go get -u github.com/deltachat-bot/deltabot-cli-go
2122

2223
This package depends on a standalone Delta Chat RPC server `deltachat-rpc-server` program that must be
2324
available in your `PATH`. For installation instructions check:
24-
https://github.com/deltachat/deltachat-core-rust/tree/master/deltachat-rpc-server
25+
https://github.com/chatmail/core/tree/main/deltachat-rpc-server
2526

2627
## Usage
2728

0 commit comments

Comments
 (0)