From 5d147de5db3679fefd6afa70149a5a454a52b015 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Wed, 27 Jan 2016 01:20:33 +0100 Subject: fix headings --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f3ff1e8..15ac225 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Twig SortByField Extension [![](https://img.shields.io/travis/victorhaggqvist/Twig-sort-by-field.svg?style=flat)](https://travis-ci.org/victorhaggqvist/Twig-sort-by-field) A Twig Extension filter to sort an array of entries (objects or arrays) by an entry field. -# Install +## Install With composer composer require snilius/twig-sort-by-field -# Sample -The list could look like this, but obviously with more than one key per array -. +## Sample +The list could look like this, but obviously with more than one key per array. + ```php $base = array( array( @@ -34,7 +34,8 @@ $base = array( {% endfor %} ``` -# License +## License + Copyright 2015 Victor Häggqvist Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.3