Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix capital letters in readme #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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