diff --git a/docs/book/v1/overview.md b/docs/book/v1/overview.md index 92a9aaa..efa2f8e 100644 --- a/docs/book/v1/overview.md +++ b/docs/book/v1/overview.md @@ -7,7 +7,7 @@ ## Badges ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/queue) -![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/queue/1.0) +![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/queue/1.0.0) [![GitHub issues](https://img.shields.io/github/issues/dotkernel/queue)](https://github.com/dotkernel/queue/issues) [![GitHub forks](https://img.shields.io/github/forks/dotkernel/queue)](https://github.com/dotkernel/queue/network) diff --git a/docs/book/v1/valkey.md b/docs/book/v1/valkey.md index 85a6d58..e6a0c08 100644 --- a/docs/book/v1/valkey.md +++ b/docs/book/v1/valkey.md @@ -63,7 +63,7 @@ DEL keyName1 keyName2 ## Stream Commands -Read entries from a stream oldest to newest (revers '-' and '+' to reverse order): +Read entries from a stream, sorted from oldest to newest (switch '-' and '+' to reverse order): ```shell XRANGE streamName - +