From 74335cdfdb44d764c13ef48d2cdb8f41fd0cac26 Mon Sep 17 00:00:00 2001 From: AriaieBOY Date: Sat, 11 Feb 2023 20:29:21 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 490c04a..3f47a83 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ This plugin adds some useful aliases for sail commands to the zsh shell. ### Pre Sail Installation Commands | Alias | Description | |:-:|:-:| -| `s cinit 80` | run `composer install --ignore-platform-reqs` using php version 8.0 - default php version is 8.1 | -| `s ninit 16` | run `npm install` using node 16 - default node version is 17 | +| `s cinit 80` | run `composer install --ignore-platform-reqs` using php version 8.0 - default php version is 8.2 | +| `s ninit 16` | run `npm install` using node 16 - default node version is 18 | ### General | Alias | Description |