From 0c3559b3c193f71b3e45d38074399a5bb115785b Mon Sep 17 00:00:00 2001 From: Adir Amsalem Date: Sun, 2 Jun 2024 22:16:45 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c1b32..4cbfcc5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ convert('npm install squirrelly', 'yarn') /** * Converts between npm and yarn command */ -export default function convert (str: string, to: 'npm' | 'yarn' | 'pnpm'): string +export default function convert (str: string, to: 'npm' | 'yarn' | 'pnpm' | 'bun'): string ``` ## ✔️ Tests