From 8d3692313be6c5008c47e1b8546106309e3a3029 Mon Sep 17 00:00:00 2001 From: Brad Frost Date: Sat, 15 Mar 2014 19:33:05 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 319eb84..20963ea 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ ## About the PHP Version of Pattern Lab -The PHP version of Pattern Lab is, at its core, a static site generator. It combines platform-agnostic assets, like the [Mustache](http://mustache.github.io/)-based patterns and the JavaScript-based viewer, with a PHP-based "builder" that transforms and dynamically builds the Pattern Lab site. By making it a static site generator, the PHP version of Pattern Lab strongly separates patterns, data, and presentation from build logic. The PHP version should be seen as a reference for other developers to improve upon as they build their own Pattern Lab Builders in their language of choice. +The PHP version of Pattern Lab is, at its core, a static site generator. It combines platform-agnostic assets, like the [Mustache](http://mustache.github.io/)-based patterns and the JavaScript-based viewer, with a PHP-based "builder" that transforms and dynamically builds the Pattern Lab site. By making it a static site generator, Pattern Lab strongly separates patterns, data, and presentation from build logic. ## Demo -You can play with a demo of the front-end of the PHP version of Pattern Lab at [demo.pattern-lab.info](http://demo.pattern-lab.info). +You can play with a demo of the front-end of Pattern Lab at [demo.pattern-lab.info](http://demo.pattern-lab.info). ## Getting Started -The PHP version of Pattern Lab should be relatively easy for anyone to get up and running. - * [Requirements](http://pattern-lab.info/docs/requirements.html) * [Installing the PHP Version of Pattern Lab](http://pattern-lab.info/docs/installation.html) * [Upgrading the PHP Version of Pattern Lab](http://pattern-lab.info/docs/upgrading.html) @@ -46,7 +44,7 @@ The PHP version of Pattern Lab utilizes Mustache as the template language for pa ## Using Pattern Lab's Advanced Features -By default, the Pattern Lab assets can be manually generated and the Pattern Lab site manually refreshed but who wants to waste time doing that? Here are some ways that the PHP version of Pattern Lab can make your development workflow a little smoother: +By default, the Pattern Lab assets can be manually generated and the Pattern Lab site manually refreshed but who wants to waste time doing that? Here are some ways that Pattern Lab can make your development workflow a little smoother: * [Watching for Changes and Auto-Regenerating Patterns](http://pattern-lab.info/docs/advanced-auto-regenerate.html) * [Auto-Reloading the Browser Window When Changes Are Made](http://pattern-lab.info/docs/advanced-reload-browser.html) @@ -56,4 +54,4 @@ By default, the Pattern Lab assets can be manually generated and the Pattern Lab * [Preventing the Cleaning of public/](http://pattern-lab.info/docs/advanced-clean-public.html) * [Generating CSS](http://pattern-lab.info/docs/advanced-generating-css.html) * [Modifying the Pattern Lab Nav](http://pattern-lab.info/docs/advanced-pattern-lab-nav.html) -* [Integration with Compass](http://pattern-lab.info/docs/advanced-integration-with-compass.html) \ No newline at end of file +* [Integration with Compass](http://pattern-lab.info/docs/advanced-integration-with-compass.html)