Skip to content

Commit

Permalink
Update README.md and plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorenkodev committed Apr 10, 2024
1 parent cfeee67 commit 16fcd16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ A collection of modules to implement custom admin and public WordPress customiza
Install via Composer:

```bash
$ composer require ssm/wordpress-core
$ composer require secretstache/wordpress-core
```
2 changes: 1 addition & 1 deletion src/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Core {
*/
public function __construct() {

$this->pluginName = 'ssm/wordpress-core';
$this->pluginName = 'secretstache/wordpress-core';
$this->loader = new Loader();

$this->defineConstants();
Expand Down

0 comments on commit 16fcd16

Please sign in to comment.