Skip to content

Commit 225af6c

Browse files
committed
docs: update README.md
1 parent b0c5efe commit 225af6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ To check the status of the update, use the following code:
8282

8383
The update status can have the following int values:
8484

85-
> `Updater::STARTED` (100): Indicates that the update has started.
86-
> `Updater::UPDATED` (200): Indicates that the update was successful.
87-
> `Updater::LATEST` (204): Indicates that the project is already up to date.
88-
> `Updater::ERROR` (500): Indicates that the update failed.
89-
> `Updater::BUSY` (504): Indicates that an update process is already in progress.
85+
> `Updater::STARTED` (100): Indicates that the update has started.<br>
86+
> `Updater::UPDATED` (200): Indicates that the update was successful.<br>
87+
> `Updater::LATEST` (204): Indicates that the project is already up to date.<br>
88+
> `Updater::ERROR` (500): Indicates that the update failed.<br>
89+
> `Updater::BUSY` (504): Indicates that an update process is already in progress.<br>
9090
9191
## Conclusion
9292

0 commit comments

Comments
 (0)