Skip to content

Commit

Permalink
Merge pull request #56 from nhova/patch-1
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
emmanvg committed Sep 2, 2020
2 parents 3964c90 + a7017b0 commit 71b0cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
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 71b0cf4

Please sign in to comment.