Update README.md

This commit is contained in:
TheLeo 2024-08-29 14:24:35 +00:00
parent 4ebd093c0e
commit ca9d96352c

View File

@ -5,5 +5,5 @@ Custom module built for Drupal 10 designed to take POST requests from a webform
## Installation Instructions ## ## Installation Instructions ##
1. Move this project into the '<drupal root>\modules\custom\FreshdeskShim' folder. 1. Move this project into the '<drupal root>\modules\custom\FreshdeskShim' folder.
2. Clear the Drupal cache if it is actively running 2. Clear the Drupal cache if it is actively running ('drush cr' from the CLI).
3. Enable this module from the configuration menu on the website's admin panel 3. Enable this module from the configuration menu on the website's admin panel (or from the CLI via 'drush en drush en FreshdeskShim -y').