Skip to content

Commit 5e99f20

Browse files
committed
Removed extra blank lines from README
1 parent 8141cf1 commit 5e99f20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ LaravelCollective HTML Form Snippets
44
Sublime Text 3 snippets for [LaravelCollective/html](https://github.com/LaravelCollective/html)
55
form elements.
66

7+
<<<<<<< HEAD
78
Like this project? Keep me caffeinated by [making a donation](https://paypal.me/ChrisKankiewicz).
89

910

11+
=======
12+
>>>>>>> Removed extra blank lines from README
1013
Installation
1114
------------
1215

@@ -23,7 +26,6 @@ Clone the repository in your Sublime Text "Packages" directory
2326

2427
git clone git@github.com:PHLAK/laravelcollective-html-form-snippets.git
2528

26-
2729
Usage
2830
-----
2931

@@ -51,7 +53,6 @@ To use these snippets, type the trigger text followed by the `Tab` key.
5153
| `formselectmonth` | `{!! Form::selectMonth($name, []) !!}` |
5254
| `formsubmit` | `{!! Form::submit($text, []) !!}` |
5355

54-
5556
Contributing
5657
------------
5758

@@ -65,7 +66,6 @@ Troubleshooting
6566

6667
Please report bugs to the [GitHub Issue Tracker](https://github.com/PHLAK/laravelcollective-html-form-snippets/issues).
6768

68-
6969
Copyright
7070
---------
7171

0 commit comments

Comments
 (0)