From f2f8e4b12b180f7a3e29496fd50c1347e7bcedcc Mon Sep 17 00:00:00 2001 From: vabs Date: Fri, 3 Jan 2025 21:08:36 -0500 Subject: [PATCH] bug: removing $ for the npm install command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c03b85a8f..6fc2414910 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This library is designed for server-side Node.js applications. Attempting to use ## Quick Start - $ npm install @googlemaps/google-maps-services-js + npm install @googlemaps/google-maps-services-js Below is a simple example calling the elevation method on the client class.