Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenafo authored Dec 27, 2022
1 parent bdef788 commit a88d972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add as a provider to your Faker instance:
```
Optionally you can use a seed value to have repeatable output:
``` python
>> fake.add_provider(MarketDataProvider(see=1220))
>> fake.add_provider(MarketDataProvider(seed=1220))
```

Now you can start to generate market data, some examples:
Expand All @@ -40,4 +40,4 @@ Supported market data identifiers:
* TICKER
* NSIN
* FIGI
* Market type (e.g. "bond", "commodity", "otc")
* Market type (e.g. "bond", "commodity", "otc")

0 comments on commit a88d972

Please sign in to comment.