Skip to content

Commit 09b5a3e

Browse files
committed
Update sample-extractors/simple-extractor/README.md
1 parent f2c30bf commit 09b5a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-extractors/simple-extractor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The goal of the simple extractor is to make writing of an extractor as easy as possible. It wraps almost all of the
44
complexities in itself and exposes only two environment variables: ```EXTRACTION_FUNC``` and ```EXTRACTION_MODULE```. Environment
55
variable ```EXTRACTION_FUNC``` is the name of the method that needs to be called when this extractor receives a message from
6-
the message broker. The other environment variable ```EXTRACTION_MODULE`` is the module name of python file where ```EXTRACTION_FUNC``` function has been declared.
6+
the message broker. The other environment variable ```EXTRACTION_MODULE``` is the module name of python file where ```EXTRACTION_FUNC``` function has been declared.
77

88
# When to Use This
99

0 commit comments

Comments
 (0)