diff --git a/README.md b/README.md index 384ab18..c7369c4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Jbuilder (for PHP) A PHP port based loosely on the [original](https://github.com/rails/jbuilder): -Jbuilder gives you a simple DSL for declaring JSON structures that beats massaging giant hash structures. This is particularly helpful when the generation process is fraught with conditionals and loops. Here's a simple example: +> Jbuilder gives you a simple DSL for declaring JSON structures that beats massaging giant hash structures. This is particularly helpful when the generation process is fraught with conditionals and loops. Here's a simple example: ``` php