Skip to content

Commit

Permalink
Quick README npm module fix (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker authored Nov 15, 2022
1 parent 7671a88 commit 51f4386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You may install JavaScript SDK with npm by running :

`npm install playfab-web-sdk`

Notice that it will install web JavaScript package as opposed to `npm install playfab` which will install NodeJS SDK.
Notice that it will install web JavaScript package as opposed to `npm install playfab-sdk` which will install NodeJS SDK.

While npm is generally used for server side packages, you may use one of popular build tools to mix NPM installed packages into your clientside JS codebase. Consider Babel, Webpack, Gulp or Grunt for different approaches to building and automation.

Expand Down

0 comments on commit 51f4386

Please sign in to comment.