diff --git a/README.md b/README.md index 6f23a89..3d40df4 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,9 @@ All options are available in `Serhii\Ago\Option::class` as constants. | Option | Description | | --- | --- | -| Option::ONLINE | Display "Online" if date interval within 60 seconds. After 60 seconds output will be the same as usually "x time ago" format. | -| Option::NO_SUFFIX | Remove suffix from date and have "5 minutes" instead of "5 minutes ago". | -| Option::JUST_NOW | Prints `Just now` when time is within 1 minutes. For example instead of `34 seconds ago` it will print `Just know` | +| ONLINE | Display "Online" if date interval within 60 seconds. After 60 seconds output will be the same as usually "x time ago" format. Incompatible with option `JUST_NOW` | +| NO_SUFFIX | Remove suffix from date and have "5 minutes" instead of "5 minutes ago". | +| JUST_NOW | Prints `Just now` when time is within 1 minutes. For example instead of `34 seconds ago` it will print `Just know`. Incompatible with option `ONLINE`. | ## Quick Start