Update README.rst

Fix line break in usage example
stix2.0
Chris Lenk 2018-04-04 12:12:09 -04:00 committed by GitHub
parent 1536857b19
commit 9a50f54ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ arguments.
indicator = Indicator(name="File hash for malware variant",
labels=["malicious-activity"],
pattern="[file:hashes.md5 =
'd41d8cd98f00b204e9800998ecf8427e']")
pattern="[file:hashes.md5 = 'd41d8cd98f00b204e9800998ecf8427e']")
To parse a STIX JSON string into a Python STIX object, use
``parse()``: