Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix grammatical errors #1453

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
DOCS: Fix grammatical errors
  • Loading branch information
singodiyashubham87 authored Dec 13, 2023
commit 84a43cfd9caf42da91213fc02be00ea429d5ea19
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can use BBGO's trading unit and back-test unit to implement your own strateg

### Trading Unit Developers 🧑‍💻

You can use BBGO's underlying common exchange API, currently, it supports 4+ major exchanges, so you don't have to repeat
You can use BBGO's underlying common exchange API; currently, it supports 4+ major exchanges, so you don't have to repeat
the implementation.

## Features
Expand Down Expand Up @@ -150,8 +150,8 @@ the implementation.
- OKEx: <https://www.okex.com/join/2412712?src=from:ios-share>
- Kucoin: <https://www.kucoin.com/ucenter/signup?rcode=r3KX2D4>

This project is maintained and supported by a small group of team. If you would like to support this project, please
register on the exchanges using the provided links with referral codes above.
This project is maintained and supported by a small group of people. If you would like to support this project, please
Register on the exchanges using the provided links with the referral codes above.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change this to capital R?

Copy link
Owner

@c9s c9s Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess he replaced the list char from - to + and this is the first letter of a sentence


## Installation

Expand Down
Loading