From e33692c61fe9144eb29dabe0423826eee79c801e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 24 May 2014 20:50:15 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ed6924..5469d5d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ Lores ===== -Lores - library for drawing huge pixels on HTML5 canvas +Lores - library for drawing huge pixels on HTML5 canvas. + +You can find some usage examples in the `examples` folder. + +Also check out the Game Of Life implemented using Lores [here](http://www.ondrovo.com/projects/lores-life/).