diff --git a/README.md b/README.md index 6c29cef..37c357a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Bugzilla extension to synchronize its issues with PractiTest (two way integratio 2. Install extra perl modules: REST::Client, JSON, Data::Dumper (via cpan) 3. Copy this folder to the 'extensions' directory of bugzilla 4. Rename this directory to PractiTest -5. In Extension.pm, update the the following constants (line 32-33): CONFIG_HOST, CONFIG_API_TOKEN. +5. In Extension.pm, update the the CONFIG_API_TOKEN constant (line 33). 6. Add a custom field - cf_pt_id (Type is 'Free Text') to Bugzilla, select that it can be set on bug creation. 7. Restart bugzilla