From 7651b3c481ab28aa09bd180916537beeade66773 Mon Sep 17 00:00:00 2001 From: Dragos Plesca Date: Thu, 24 Mar 2016 20:09:38 +0200 Subject: [PATCH] Update readme, prepping for 2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc7e907..2f2dc7c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Generate react components file with babel: Generate assets file using esc: -`esc -o assets.go assets views` +`esc -o assets.go -prefix="assets" assets views` Build again: @@ -41,7 +41,7 @@ Build again: ###Credits -It's written in go, uses [goji](https://github.com/zenazn/goji) as a web framework and [esc](https://github.com/mjibson/esc) to generate and embed assets in go source files. The front-end is written in [react](http://facebook.github.io/react/), the style uses [skeleton](http://getskeleton.com/). +It's written in go, uses [httprouter](https://github.com/julienschmidt/httprouter) as a router, [color](https://github.com/fatih/color) for colorized output and [esc](https://github.com/mjibson/esc) to generate and embed assets in go source files. The front-end is written in [react](http://facebook.github.io/react/), the style uses [skeleton](http://getskeleton.com/). ###Screenshot