From 7896ce4825d2deb2ffea52d7b0bea669e29ab5cf Mon Sep 17 00:00:00 2001 From: prolic Date: Sat, 25 Mar 2017 22:25:12 +0800 Subject: [PATCH] update docs --- docs/interop_factories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interop_factories.md b/docs/interop_factories.md index 45271a0..3472175 100644 --- a/docs/interop_factories.md +++ b/docs/interop_factories.md @@ -13,7 +13,7 @@ without the need to rely on a specific framework. However, the factories have th 2. [interop-config](https://github.com/sandrokeil/interop-config) must be installed 3. The application configuration should be registered with the service id `config` in the container. -*Note: Don't worry, if your environment doesn't provide the requirements. You can +*Note: Don't worry, if your environment doesn't provide these requirements, you can always bootstrap the components by hand. Just look at the factories for inspiration in this case.* ### MongoDbSnapshotStoreFactory