Skip to content

Commit

Permalink
minor fix to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qrohlf committed Jul 24, 2014
1 parent 124b866 commit ed992ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Trianglify is a library that I wrote to generate nice SVG background images like this one:

![example](example.jpg)
![example](examples/example0.jpg)

It was inspired by [btmills/geopattern](https://github.com/btmills/geopattern), and uses [d3.js](http://d3js.org) to build the polygons and SVG and SVG filters for rendering. It also includes the [colorbrewer](http://bl.ocks.org/mbostock/5577023) color palette library to get you up and running quickly. It was written in a single day because I got fed up with Adobe Illustrator.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trianglify",
"main": "trianglify.js",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/qrohlf/trianglify",
"authors": [
"Quinn Rohlf <qr@qrohlf.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trianglify",
"version": "0.1.2",
"version": "0.1.3",
"description": "Trianglify is a javascript library for generating colorful triangle meshes that can be used as SVG images and CSS backgrounds.",
"main": "trianglify.js",
"dependencies": {
Expand Down

0 comments on commit ed992ac

Please sign in to comment.