We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925708d commit e699b2bCopy full SHA for e699b2b
1 file changed
README.md
@@ -23,8 +23,8 @@ Language sources: http://tug.org/tex-hyphen/#languages
23
24
Supports PHP 5.6 and up, so you can use it on older servers.
25
26
-Quick start
27
------------
+Installation
+------------
28
29
Install phpSyllable via Composer
30
@@ -35,7 +35,10 @@ composer require vanderlee/syllable
35
or simply add phpSyllable to your project and set up the project's
36
autoloader for phpSyllable's src/ directory.
37
38
-Then instantiate a Syllable object and start hyphenation.
+Usage
39
+-----
40
+
41
+Instantiate a Syllable object and start hyphenation.
42
43
Minimal example:
44
0 commit comments