diff --git a/README.md b/README.md index 01073be..d3cb4ba 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To use this extension, it depends on your Activiti implementation. ### Without APS -You need to write some code to inject the `SpringJobAwareAsyncExecutor` or `PojoJobAwareAsyncExecutor` into your `ProcessEngineConfiguration`. This is very dependent on how your implementation is setup. Then you need to include this JAR in the classpath of your Activiti application. Once installed, remember to configure the extension as explained in the [Configuration](#Configuration) section below. +You need to write some code to inject the `SpringJobAwareAsyncExecutor` or `PojoJobAwareAsyncExecutor` into your `ProcessEngineConfiguration`. This is very dependent on how your implementation is setup. Then you need to include this JAR in the classpath of your Activiti application. Once installed, remember to configure the extension as explained in the [Configuration](#spring-configuration) section below. ### With APS