From d89f24d779ebef6baf74d28081dfde6b6a35e28f Mon Sep 17 00:00:00 2001 From: ray-1337 <33544674+ray-1337@users.noreply.github.com> Date: Tue, 12 Apr 2022 10:18:16 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39febd8..5a50b8b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Manipulate UFW (Linux distribution only, works best on Ubuntu) via Node.js. Only supported on [Node.js](https://nodejs.org) version 14 or above, and Ubuntu version 18 or above. ## Installation -``` +```shell # npm user $ npm install node-ufw @@ -31,4 +31,4 @@ await nodeUfw.enable(); See [DOCS](https://github.com/ray-1337/node-ufw/blob/master/docs/DOCS.md). ## LICENSE -MIT \ No newline at end of file +See [LICENSE](https://github.com/ray-1337/node-ufw/blob/master/LICENSE).