From 132154b73c8ae532b42d0d7d0cf7dc35669a3180 Mon Sep 17 00:00:00 2001 From: TheLeo Date: Thu, 29 Aug 2024 16:07:50 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28d78fc..9d3416c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Custom module built for Drupal 10 designed to take POST requests from a webform 2. If Drupal is actively running, clear the cache via the following CLI command:
``` ddev drush cr ``` 3. Enable this module from the configuration menu on the website's 'Extend > Custom' section.
- (OPTIONAL) You can also issue this command from the CLI via the following command:
+ (OPTIONAL) You can also issue this command from the CLI via the following:
```ddev drush en FreshdeskShim -y ``` ## Module Dataflow ##