Skip to content

Commit

Permalink
Prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette authored and actions-user committed Mar 19, 2021
1 parent 46f0347 commit 0785821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ At this moment, to run properly this app, you will need to configure the **confi

### Attention!

The **config.json** file is renamed to **_config.json**, so you must rename and edit it before starting it.
The **config.json** file is renamed to **\_config.json**, so you must rename and edit it before starting it.

**Asked questions:**

Expand Down
2 changes: 1 addition & 1 deletion app/_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"trading": {
"trashLimit": 0.01,
"owners": ["ownerid","ownerid"],
"owners": ["ownerid", "ownerid"],
"tradeWith0Profit": false
}
}

0 comments on commit 0785821

Please sign in to comment.