From 7f8ca073c13b35b309f48403df36c5c68ec8df30 Mon Sep 17 00:00:00 2001 From: Jakub Fiala Date: Sat, 2 Apr 2016 20:49:34 +0100 Subject: [PATCH] updated demo URL in readme & stuff --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 036170e..f92e8ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# atrament +# atrament.js #### Tiny JS library for beautiful drawing and handwriting on the HTML Canvas --- @@ -6,7 +6,7 @@ Atrament is a lightweight library that enables the user to draw smooth, natural drawings and handwriting on the HTML canvas. The algorithm was originally developed about 2 weeks after I started learning JavaScript, as I wanted to build a collaborative drawing space on the web, which ended up being [1WALL](http://fiala.uk/1wall). I wanted the drawing to feel natural and comfortable, and the result to be smooth and pleasing. Years later, I've taken the algorithm, improved it, rewrote it in ES6 and made it into a neat little library. -[Here's a basic demo.](http://fiala.uk/atrament/demo/) +[Here's a basic demo.](http://fiala.uk/atrament.js/demo/) Enjoy!