Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed spacing
  • Loading branch information
draczer01 authored Jun 24, 2022
1 parent 3b5ec8f commit 8c9eade
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ example of a return in JSON:
## error codes
while using the library on your project, you may encounter the following statuses:

0: no rebalancing needed
1: rebalance successful
2: target format is invalid
3: incorrect target allocation
4: could not find a better portfolio, please wait a while and retry
0: no rebalancing needed
1: rebalance successful
2: target format is invalid
3: incorrect target allocation
4: could not find a better portfolio, please wait a while and retry

example:

Expand All @@ -55,7 +55,7 @@ example:
```

## Config
THIS DOES NOT APPLY IF YOU ARE USING IT AS A LIBRARY
THIS DOES NOT APPLY IF YOU ARE USING IT AS A LIBRARY
Create a config file in `config.ini` with the definition of your exchange and portfolio percentages, and threshold (percent) that rebalancing is needed.
An example config file is included at `config.ini.example` but below is all you need:

Expand Down

0 comments on commit 8c9eade

Please sign in to comment.