Skip to content

Commit ebe8a77

Browse files
authored
Merge pull request #26 from chatmail/r10s/reword-README
reword README
2 parents 754420f + 5c45961 commit ebe8a77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Delta Chat API for Go
1+
# Chatmail API for Go
22

33
![Latest release](https://img.shields.io/github/v/tag/deltachat/deltachat-rpc-client-go?label=release)
44
[![Go Reference](https://pkg.go.dev/badge/github.com/deltachat/deltachat-rpc-client-go.svg)](https://pkg.go.dev/github.com/deltachat/deltachat-rpc-client-go)
55
[![CI](https://github.com/deltachat/deltachat-rpc-client-go/actions/workflows/ci.yml/badge.svg)](https://github.com/deltachat/deltachat-rpc-client-go/actions/workflows/ci.yml)
66
![Coverage](https://img.shields.io/badge/Coverage-72.0%25-brightgreen)
77
[![Go Report Card](https://goreportcard.com/badge/github.com/deltachat/deltachat-rpc-client-go)](https://goreportcard.com/report/github.com/deltachat/deltachat-rpc-client-go)
88

9-
Delta Chat client & bot API for Golang.
9+
Chatmail client & bot API for Golang.
1010

1111
## Install
1212

@@ -16,7 +16,7 @@ go get -u github.com/deltachat/deltachat-rpc-client-go
1616

1717
### Installing deltachat-rpc-server
1818

19-
This package depends on a standalone Delta Chat RPC server `deltachat-rpc-server` program that must be
19+
This package depends on a standalone Chatmail RPC server `deltachat-rpc-server` program that must be
2020
available in your `PATH`. For installation instructions check:
2121
https://github.com/deltachat/deltachat-core-rust/tree/master/deltachat-rpc-server
2222

0 commit comments

Comments
 (0)