Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from DeBoerTool/dev
Browse files Browse the repository at this point in the history
Merge dev into master, fix docs.
  • Loading branch information
danielsdeboer authored Nov 12, 2018
2 parents 20d4885 + 6a08501 commit 2df5bf0
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 @@ -16,7 +16,7 @@ plugins: [
]
```

By default `<html>` will be replaced with `@extends('html')`, `<head>` with `@section('scripts')` and `<body>` with `@section('content'). These defaults can be overridden:
By default `<html>` will be replaced with `@extends('html')`, `<head>` with `@section('scripts')` and `<body>` with `@section('content')`. These defaults can be overridden:

```
plugins: [
Expand Down

0 comments on commit 2df5bf0

Please sign in to comment.