Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Oct 16, 2023
1 parent 90b45e6 commit 24f74a4
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 @@ -26,7 +26,7 @@ composer require cybercog/php-unicode
$compositeCharacter = \Cog\Unicode\UnicodeString::of('Hello');
```

`UnicodeString` object with contain a list of Unicode characters.
`UnicodeString` object will contain a list of Unicode characters.

For example, the Unicode string "Hello" is represented by the code points:
- U+0048 (H)
Expand Down

0 comments on commit 24f74a4

Please sign in to comment.