We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105a7a5 commit 69ab817Copy full SHA for 69ab817
README.md
@@ -23,7 +23,7 @@ import fireeyepy
23
## Detection On Demand
24
Construct a Detection object with your api key:
25
```python
26
-detection = fireeye.Detection(key=api_key)
+detection = fireeyepy.Detection(key=api_key)
27
```
28
### Upload A File
29
0 commit comments