Skip to content

Commit

Permalink
added PR doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfw committed Sep 6, 2016
1 parent 97d9f4f commit 7b8b747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Table of Contents
* [Compress Page](#compress-page)
* [Ordinal](#ordinal) :new:
* [Number Of Days In Month](#number-of-days-in-month) :new:
* [pr](#pr) :new:

---
###Quick Start
Expand Down Expand Up @@ -579,7 +580,7 @@ will output:
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTML Page Title</title><meta name="description" content=""><meta name="viewport" content="width=device-width, initial-scale=1.0"></head><body> Hello Friend,</body></html>
```

### PR
###PR
```php
Recipe::pr( array("he","ll","oo") );
```
Expand Down

0 comments on commit 7b8b747

Please sign in to comment.