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

Commit 76b1645

Browse files
committed
Fix class reference in readme
1 parent c46cc54 commit 76b1645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Alternatively you can include the library as a submodule.
2121
Make sure the class is loaded and instantiate it like this:
2222

2323
```php
24-
new yoast_i18n_v3(
24+
new Yoast_I18n_v3(
2525
array(
2626
'textdomain' => '{your text domain}',
2727
'project_slug' => '{your probject slug}',

0 commit comments

Comments
 (0)