Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanigami committed Oct 31, 2018
1 parent eea7e37 commit b500c81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
@@ -1,5 +1,9 @@
# PHP tool for handling text template files

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/shippinno/template-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/shippinno/template-php/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/shippinno/template-php/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/shippinno/template-php/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/shippinno/template-php/badges/build.png?b=master)](https://scrutinizer-ci.com/g/shippinno/template-php/build-status/master)

## Installation

```sh
Expand Down Expand Up @@ -41,4 +45,4 @@ use Spatie\FlysystemDropbox\DropboxAdapter;
$client = new Client('AUTH_TOKEN');
$filesystem = new Filesystem(new DropboxAdapter($client));
$templateLoader = new LiquidTemplateLoader($filesystem);
```
```

0 comments on commit b500c81

Please sign in to comment.