Skip to content

Commit e699b2b

Browse files
Split "Quick start" into common "Installation" and "Usage" sections
1 parent 925708d commit e699b2b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Language sources: http://tug.org/tex-hyphen/#languages
2323

2424
Supports PHP 5.6 and up, so you can use it on older servers.
2525

26-
Quick start
27-
-----------
26+
Installation
27+
------------
2828

2929
Install phpSyllable via Composer
3030

@@ -35,7 +35,10 @@ composer require vanderlee/syllable
3535
or simply add phpSyllable to your project and set up the project's
3636
autoloader for phpSyllable's src/ directory.
3737

38-
Then instantiate a Syllable object and start hyphenation.
38+
Usage
39+
-----
40+
41+
Instantiate a Syllable object and start hyphenation.
3942

4043
Minimal example:
4144

0 commit comments

Comments
 (0)