From e6f73a57957719df7b6484eca013dd09242bd85d Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Tue, 27 May 2025 20:53:49 -0400 Subject: [PATCH] fix README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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