Skip to content

Commit 5a06c69

Browse files
authored
Update readme.md
1 parent e63a6ab commit 5a06c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ You will need to download and rename Haste Toolkit to reflect the name and slugs
1313
- - Rename the main plugin file to reflect the folder name.
1414
- - Rename namespaces from `HasteToolkit`to `MyPluginNamespace`
1515
- - Rename comments, prefixes and other stuff, searching for `HasteToolkit`, `haste-toolkit`, `haste_toolkit`, `haste`.
16+
- - *Important:* rename the namespace in `composer.json`. The classes autoloader will use the values in that file to search for classes to include in the autoload generation.
1617
- Activate the plugin
1718

1819
The plugin will do nothing, so you're able to start developing your functionalities in the way you want. The main plugin file is responsible to register the plugin, load the translation, load the composer PSR-4 autoload, and require the `functions.php` file.

0 commit comments

Comments
 (0)