Skip to content

Commit ba8b6cc

Browse files
authored
fix: typo (#1943)
1 parent 3525514 commit ba8b6cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Also, users can install the latest dev version ``Qlib`` by the source code accor
210210
**Tips for Mac**: If you are using Mac with M1, you might encounter issues in building the wheel for LightGBM, which is due to missing dependencies from OpenMP. To solve the problem, install openmp first with ``brew install libomp`` and then run ``pip install .`` to build it successfully.
211211

212212
## Data Preparation
213-
❗ Due to more restrict data security policy. The offical dataset is disabled temporarily. You can try [this data source](https://github.com/chenditc/investment_data/releases) contributed by the community.
213+
❗ Due to more restrict data security policy. The official dataset is disabled temporarily. You can try [this data source](https://github.com/chenditc/investment_data/releases) contributed by the community.
214214
Here is an example to download the latest data.
215215
```bash
216216
wget https://github.com/chenditc/investment_data/releases/latest/download/qlib_bin.tar.gz
@@ -620,7 +620,7 @@ You can find some impefect implementation in Qlib by `rg 'TODO|FIXME' qlib`
620620
621621
If you would like to become one of Qlib's maintainers to contribute more (e.g. help merge PR, triage issues), please contact us by email([[email protected]](mailto:[email protected])). We are glad to help to upgrade your permission.
622622

623-
## Licence
623+
## License
624624
Most contributions require you to agree to a
625625
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
626626
the right to use your contribution. For details, visit https://cla.opensource.microsoft.com.

0 commit comments

Comments
 (0)