Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Oct 25, 2024
1 parent bd4947f commit 8f58f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class View {
}

public function display_page() {
$plugin_family = $this->plugin_family->get_filtered_plugins( 'imagify-plugin/imagify' );
$plugin_family = $this->plugin_family->get_filtered_plugins( 'imagify/imagify' );

$data = [
'plugin_family' => $plugin_family['uncategorized'],
Expand Down

0 comments on commit 8f58f0d

Please sign in to comment.