Skip to content

Commit

Permalink
fix readme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Feb 11, 2021
1 parent abaed58 commit 0ab3c6d
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 @@ -28,7 +28,7 @@ const tradeManager = await createTradeManager({
communityOptions: {
username: "your_steam_username",
password: "your_steam_password",
sharedSecret: "your shared secret" // or a function that will return the generated code as a string,
sharedSecret: "your shared secret", // or a function that will return the generated code as a string,
identitySecret: "your identity secret" // or a function that will return the generated key needed for requests,
},
// use `getDescriptions: true` if you want item information like market_hash_name to be available when loading offers (does not affect getUserInventoryContents)
Expand Down

0 comments on commit 0ab3c6d

Please sign in to comment.