Fix parsing example in Readme

master
Chris Lenk 2019-11-25 13:05:42 -05:00 committed by GitHub
parent d4c0115735
commit c0580a4d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ To parse a STIX JSON string into a Python STIX object, use ``parse()``:
"indicator_types": [
"malicious-activity"
],
"pattern_type": "stix",
"pattern": "[file:hashes.md5 ='d41d8cd98f00b204e9800998ecf8427e']",
"valid_from": "2017-09-26T23:33:39.829952Z"
}""")