Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 committed Feb 10, 2022
1 parent 2c19956 commit 1e202bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -85,7 +85,7 @@ The latest development version can be installed directly from GitHub:
```python
import okama as ok

x = ok.AssetList(['SPY.US', 'BND.US', 'DBXD.XETR'], ccy='USD')
x = ok.AssetList(['SPY.US', 'BND.US', 'DBXD.XFRA'], ccy='USD')
x # all examples are for Jupyter Notebook/iPython. For raw Python interpreter use 'print(x)' instead.

```
Expand Down

0 comments on commit 1e202bc

Please sign in to comment.