Update README

stix2.1
Greg Back 2017-01-17 14:26:12 -08:00
parent d054b9deba
commit 9974ade5b6
1 changed files with 10 additions and 10 deletions

View File

@ -40,7 +40,7 @@ provided as keyword arguments:
will cause an error: will cause an error:
```python ```python
>>> indicator = Indicator(type='indicator', ...) >>> indicator = Indicator(type='xxx', ...)
ValueError: Indicators must have type='indicator' ValueError: Indicators must have type='indicator'
``` ```