Skip to content

Commit

Permalink
Merge pull request #126 from grantholle/patch-1
Browse files Browse the repository at this point in the history
Update code block syntax
  • Loading branch information
freekmurze authored Nov 2, 2021
2 parents 1c57e0a + 0dca06a commit 2395ac5
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 @@ -169,7 +169,7 @@ $searchResults = (new Search())

Here's an example on rendering search results:

```html
```blade
<h1>Search</h1>
There are {{ $searchResults->count() }} results.
Expand Down

0 comments on commit 2395ac5

Please sign in to comment.