From 8b4d507ed3b19738255492aaeef9d8768f1a255d Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Tue, 23 Apr 2024 11:44:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f97846..1e019c6 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ php artisan ok:check - **Extension Check**: Checks whether the configured PHP extensions are loaded. - **File Check**: Does the same as the Directory Check but for files. - **Horizon Check**: Checks whether Horizon is running. -- **Memory Usage Check**: Checks whether the total memory usage exceeds a configurable limit in the form of a percentage. **(LINUX ONLY)** +- **Memory Usage Check**: Checks whether the total memory usage exceeds a configurable limit in the form of a percentage. - **NPM Audit Check**: Checks whether there are any security vulnerabilities in your npm dependencies. - **NPM Installed Package Check**: Checks whether a certain npm package is installed. - **OPCache Check**: Checks whether OP cache and optionally the JIT compiler are configured and running.