Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# formatters
# Formatters

Formats PHP arrays, PHP objects and RDF triples in a lot of formats. We serve all.

Expand All @@ -8,7 +8,7 @@ Formats PHP arrays, PHP objects and RDF triples in a lot of formats. We serve al

Is a formatter lacking? Does a formatter contain a mistake? Don't hesitate to fork and file pull requests!

## install
## Install

Include the formatters in your project by creating a composer.json file with a requirement: "tdt/formatters"=>"dev-master". Then do:

Expand All @@ -17,6 +17,6 @@ $ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
```

## usage
## Usage

Check the example directory
Check the example directory