Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 512a7d7

Browse files
Fixex typos
1 parent 7e6d106 commit 512a7d7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ Open this repository [releases](https://github.com/ArthurFiorette/steam-trader/r
3535
At this moment, to run properly this app, you will need to configure the **config.json** file **BEFORE** executing it. This file is in the **app** folder
3636

3737
**Asked questions:**
38-
- How do i fing my shared secret and identity secret?
39-
- You need to use [SDA](https://github.com/Jessecar96/SteamDesktopAuthenticator) and after that, you will find it [here](https://www.youtube.com/watch?v=JjdOJVSZ9Mo).
38+
39+
- How do i find my shared secret and identity secret?
40+
- You need to use [SDA](https://github.com/Jessecar96/SteamDesktopAuthenticator) and after that, you will find it [here](https://www.youtube.com/watch?v=JjdOJVSZ9Mo).
4041

4142
```js
4243
{
@@ -52,9 +53,9 @@ At this moment, to run properly this app, you will need to configure the **confi
5253
gameId: 730 /* The game id that the bot will play when online */
5354
},
5455
trading: {
55-
trashValue: 0.04 /* The minimum item price to be exchanged (you will not want 10000
56+
trashValue: 0.04 /* The minimum item price to be exchanged (you will not want 10000
5657
$0.01 cases for your knife) */,
57-
ownerIds: ['steam id 64', 'other steam id 64'] /* The bot will ALWAYS accept trades from this
58+
ownerIds: ['steam id 64', 'other steam id 64'] /* The bot will ALWAYS accept trades from this
5859
steam ids */,
5960
tradeWith0Profit: true /* If you want to accept a trade with the same price in both sides */
6061
}

0 commit comments

Comments
 (0)