From 32bd3a56785e5742560e63b6f4dcec37766a2ebd Mon Sep 17 00:00:00 2001 From: Yo! Symfony Date: Thu, 8 Jan 2015 12:09:25 +0000 Subject: [PATCH] Fixed doc --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65a557c..bdd486b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ See a [demo](http://yosymfony.github.io/Spress-example/). * Social networks link at the footer. * Support to Google and Bing site validation. * Code snippets highlight. +* Iconic font by [Fort Awesome](http://fortawesome.github.io/Font-Awesome). * Sitemap and RSS feed. ### How to install? @@ -24,7 +25,7 @@ and run `composer update`: ``` "require": { - "yosymfony/spress-theme-spresso": ">=1.0,<2.0-dev", + "yosymfony/spress-theme-spresso": "1.1.*@dev" } ``` @@ -32,7 +33,7 @@ and run `composer update`: **Create a new site**: -`$ spress site:new /your-site-dir spresso` +`$ spress new:site /your-site-dir spresso` #### Menus