Skip to content

Commit 1b1ece2

Browse files
committed
update README.md to reflect AGPL-3.0 license change and fix formatting issues in examples
1 parent 83c2103 commit 1b1ece2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ISM - Instant Messenger for SaaS Backends
22

33
[![Version](https://img.shields.io/badge/version-0.7.9-blue.svg)](https://github.com/JrTimha/ism)
4-
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
4+
[![License](https://img.shields.io/badge/license-AGPL%20v3-green.svg)](LICENSE)
55
[![Rust](https://img.shields.io/badge/rust-2024-orange.svg)](https://www.rust-lang.org)
66

77
**ISM (Instant SaaS Messenger)** is a high-performance, scalable messaging solution specifically designed for SaaS backends. Written in Rust, it leverages Tokio and Axum to provide an asynchronous, stable, and efficient infrastructure.
@@ -192,13 +192,13 @@ Authorization: Bearer <your_jwt_token>
192192
"msgType": "Text|Media|Reply",
193193
"msgBody": {
194194
// For Text messages:
195-
"text": "string (1-4000 chars)"
195+
"text": "string (1-4000 chars)",
196196

197197
// For Media messages:
198198
"mediaUrl": "string (1-250 chars)",
199199
"mediaType": "string (1-80 chars)",
200200
"mimeType": "string (optional)",
201-
"altText": "string (optional)"
201+
"altText": "string (optional)",
202202

203203
// For Reply messages:
204204
"replyMsgId": "uuid",
@@ -598,7 +598,7 @@ Contributions are welcome! Please feel free to submit a Pull Request. For major
598598

599599
## License
600600

601-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
601+
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0) - see the [LICENSE](LICENSE) file for details.
602602

603603
---
604604

0 commit comments

Comments
 (0)