-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Describe the issue
The installation commands for the packages described in the READMe refer to non-existent packages. I had to individually look for the packages on npm. There is an error in the package names. The difference is between "-" and ".".
Instructions in the READMe ❌
npm install @reloadly/reloadly-airtime
npm install @reloadly/reloadly-authentication
Installation instructions at NPMJS ✅
npm i @reloadly/reloadly.airtime
npm i @reloadly/reloadly.authentication
Kindly rectify the typo.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation