Browse Source

Update job_management.rst

Lacey-Anne Sanderson 6 years ago
parent
commit
2729f56670
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/user_guide/job_management.rst

+ 2 - 2
docs/user_guide/job_management.rst

@@ -25,8 +25,8 @@ The Tripal Daemon requires the `Libraries API <https://www.drupal.org/project/li
 
 .. code-block:: shell
 
-  drush pm-download Libraries
-  drush pm-enable Libraries
+  drush pm-download libraries
+  drush pm-enable libraries
 
 Next, we need the `PHP-Daemon Library version 2.0 <https://github.com/shaneharter/PHP-Daemon>`_. You must download the PHP-Daemon Library and extract it in your ``sites/all/libraries`` directory. The folder must be named "PHP-Daemon".  The following commands can be used to do this: