Skip to content

Update README.md #16

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

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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Getting started:
# Getting started:

ColorJizz-PHP uses the PSR-0 standards for namespaces, so there should be no trouble using with frameworks like Symfony 2.

###Autoloading
### Autoloading

An autoloader class is provided for when loading ColorJizz yourself.

Expand All @@ -18,7 +18,7 @@ MischiefCollective\ColorJizz\Autoloader::register();

Now all ColorJizz classes will be automatically loaded in.

###Converting between formats
### Converting between formats

ColorJizz can convert to and from any of the supported color formats:

Expand Down Expand Up @@ -57,7 +57,7 @@ echo get_class($red->hue(-20)->saturation(2)); // MischiefCollective\ColorJizz\F
?>
```

###Supported formats:
### Supported formats:

```php
<?php
Expand All @@ -72,7 +72,7 @@ new XYZ(x, y, z);
new Yxy(Y, x, y);
```

###Conversion functions:
### Conversion functions:

```php
<?php
Expand Down