Skip to content

Commit f8b3874

Browse files
committed
Update readme
1 parent 81808b4 commit f8b3874

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

INSTALL

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
The Investing Algorithm Framework is a python framework to build investment algorithms. It encourages rapid development and clean,
66
pragmatic design. It is free for personal usage and open source.
77

8-
In most cases, you'll probably never have to change code on this repo directly if you are building your own algorithm/bot. But if you do, check out CONTRIBUTING.md
8+
In most cases, you'll probably never have to change code on this repo directly if you are building your algorithm/bot. But if you do, check out CONTRIBUTING.md
99

1010
If you'd like to chat with investing-algorithm-framework users and developers, [join us on Slack](https://inv-algo-framework.slack.com)
1111

1212
#### Disclaimer
13-
If you use this framework for your investments, do not risk money which you are afraid to lose. We can't stress this
14-
enough:
13+
If you use this framework for your investments, do not risk money which you are afraid to lose. We can't stress this
14+
enough:
1515

16-
BEFORE YOU START USING MONEY WITH THE FRAMEWORK, MAKE SURE THAT YOU TESTED YOUR COMPONENTS THOROUGHLY. USE THE SOFTWARE AT
16+
BEFORE YOU START USING MONEY WITH THE FRAMEWORK, MAKE SURE THAT YOU TESTED YOUR COMPONENTS THOROUGHLY. USE THE SOFTWARE AT
1717
YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR INVESTMENT RESULTS.
1818

19-
Also, make sure that you read the source code of any plugin you use or implementation of an algorithm made with this
19+
Also, make sure that you read the source code of any plugin you use or implementation of an algorithm made with this
2020
framework.
2121

2222
## Documentation
@@ -43,7 +43,7 @@ Please read our
4343
[Contributing document](https://github.com/investing-algorithms/investing-algorithm-framework/blob/master/CONTRIBUTING.md)
4444
to understand the requirements before sending your pull-requests.
4545

46-
**Note** before starting any major new feature work, *please open an issue describing what you are planning to do* or talk to us on [Slack](https://join.slack.com/t/investingbots/shared_invite/enQtODgwNTg3MzA2MjYyLTdiZjczZDRlNWJjNDdmYThiMGE0MzFhOTg4Y2E0NzQ2OTgxYjA1NzU3ZWJiY2JhOTE1ZGJlZGFiNDU3OTAzMDg).
46+
**Note** before starting any major new feature work, *please open an issue describing what you are planning to do* or talk to us on [Slack](https://join.slack.com/t/investingbots/shared_invite/enQtODgwNTg3MzA2MjYyLTdiZjczZDRlNWJjNDdmYThiMGE0MzFhOTg4Y2E0NzQ2OTgxYjA1NzU3ZWJiY2JhOTE1ZGJlZGFiNDU3OTAzMDg).
4747
This will ensure that interested parties can give valuable feedback on the feature, and let others know that you are working on it.
4848

4949
**Important:** Always create your feature or hotfix against the `develop` branch, not `master`.

0 commit comments

Comments
 (0)