Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
initialize_options typo in examples
  • Loading branch information
nhova committed Sep 2, 2020
1 parent 3964c90 commit a7017b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ tools. You can slide a STIX 2.x file::
from stix2slider import slide_file
from stix2slider.options import initialize_options

intialize_options()
initialize_options()
results = slide_file("stix_file.json")
print(results)

Expand All @@ -167,7 +167,7 @@ argument::
from stix2slider import slide_string
from stix2slider.options import initialize_options

intialize_options()
initialize_options()
results = slide_string("...")
print(results)

Expand Down

0 comments on commit a7017b0

Please sign in to comment.