Skip to content

Commit

Permalink
small readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhaib Abdulquddos authored and Suhaib Abdulquddos committed Sep 15, 2024
1 parent 0e13ca4 commit e1572af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Suhaib Message Queue (SMQ)

Simple Message Queue (SMQ) is an ultra-lightweight, efficient messaging queue system developed in Go. It is designed for high adaptability and resilience, perfect for integrating with Go applications, deploying in Docker containers, or operating as a standalone service.
Suhaib Message Queue (SMQ) is an ultra-lightweight, efficient messaging queue system developed in Go. It is designed for high adaptability and resilience, perfect for integrating with Go applications, deploying in Docker containers, or operating as a standalone service.

## Features

Expand Down Expand Up @@ -109,4 +109,4 @@ func main() {
}
log.Printf("Received message at offset %d: %s", offset, string(msg))
}
```
```

0 comments on commit e1572af

Please sign in to comment.