Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Jul 5, 2016
1 parent e61f235 commit 0b78f7c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
## Nextras\Latte\Macros
Nextras LatteMacros
===================

Useful Latte Macros for Nette Framework.
[![Build Status](https://travis-ci.org/nextras/latte-macros.svg?branch=master)](https://travis-ci.org/nextras/latte-macros)
[![Downloads this Month](https://img.shields.io/packagist/dm/nextras/latte-macros.svg?style=flat)](https://packagist.org/packages/nextras/latte-macros)
[![Stable version](http://img.shields.io/packagist/v/nextras/latte-macros.svg?style=flat)](https://packagist.org/packages/nextras/latte-macros)

## Installation
Useful Macros for Latte from Nette Framework.

The best way to install is using [Composer](http://getcomposer.org/):
### Installation

```sh
Use composer:

```bash
$ composer require nextras/latte-macros
```

## Macros
### Macros

- **RedefineMacro** - block macro such as `{define}` macro, but the latest defined macro is used.

### License

MIT. See full [license](license.md).
3 changes: 2 additions & 1 deletion LICENSE → license.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License
===============

Copyright (c) 2013 Jan Skrasek
Copyright (c) 2014 Nextras Project

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 0b78f7c

Please sign in to comment.