diff --git a/process_bigraph/emitter.py b/process_bigraph/emitter.py index f5ef5a6..e74381a 100644 --- a/process_bigraph/emitter.py +++ b/process_bigraph/emitter.py @@ -129,7 +129,8 @@ def create_indexes(cls, table: Any, columns: List[Any]) -> None: def __init__(self, config: Dict[str, Any]) -> None: """Config may have 'host' and 'database' items. - PLEASE NOTE: the following command must be evoked prior to instantiating this class: + PLEASE NOTE: Some command must be evoked to start the MongoDb server prior to the instantiation + of this class. For example, the following command must be evoked prior to instantiating this class: (on Mac): `mongod --config /opt/homebrew/etc/mongod.conf --fork`