From e9c6dc685a6ea43368b743d715030035f4bf03b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Ayg=C3=BCn?= Date: Sun, 14 Apr 2024 12:20:35 +0100 Subject: [PATCH] chore: remove system requirements from readme We support all supported Node versions but it's not practical to keep the readme it up-to-date. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4a6d1a8..8cd4372 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,6 @@ If you just want to remove the magic comments, you can use the `-m` CLI flag or console.log("Hello from TypeScript"); ``` -## System requirements - -`detype` requires Node version 14.19.3 or later. - ## CLI Usage ```