Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Fix class reference in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moorscode committed Sep 6, 2017
1 parent c46cc54 commit 76b1645
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 @@ -21,7 +21,7 @@ Alternatively you can include the library as a submodule.
Make sure the class is loaded and instantiate it like this:

```php
new yoast_i18n_v3(
new Yoast_I18n_v3(
array(
'textdomain' => '{your text domain}',
'project_slug' => '{your probject slug}',
Expand Down

0 comments on commit 76b1645

Please sign in to comment.