From 654393842431494984a8f79d139959f043baf266 Mon Sep 17 00:00:00 2001 From: Arni Fannar Date: Tue, 7 Mar 2023 20:03:47 +0000 Subject: [PATCH] Remove $ from npm install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b00d5b42..e364f75b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The OpenAI Node.js library provides convenient access to the OpenAI API from Nod ## Installation ```bash -$ npm install openai +npm install openai ``` ## Usage