From c0580a4d86ec12542394d2993c2d8bd02e479de9 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Mon, 25 Nov 2019 13:05:42 -0500 Subject: [PATCH] Fix parsing example in Readme --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 0613a15..0bf30fd 100644 --- a/README.rst +++ b/README.rst @@ -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" }""")