Skip to content

Commit

Permalink
Tweak readme, remove old index, fix npm file path
Browse files Browse the repository at this point in the history
  • Loading branch information
qrohlf committed Apr 11, 2015
1 parent cc4971b commit b4c8f6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 288 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Trianglify

[![Build Status](https://travis-ci.org/qrohlf/trianglify.svg?branch=master)](https://travis-ci.org/qrohlf/trianglify)
# Trianglify [![Build Status](https://travis-ci.org/qrohlf/trianglify.svg?branch=master)](https://travis-ci.org/qrohlf/trianglify)


Trianglify is a library that I wrote to generate nice SVG background images like this one:
Expand All @@ -11,7 +9,7 @@ It was inspired by [btmills/geopattern](https://github.com/btmills/geopattern) a

Version 0.2.0 represents a ground-up rewrite of the original which eliminates the dependency on d3.js, streamlines rendering, and reworks the API for consistiency and ease-of-use.

*(v0.1.x users should note that the v0.2.0 API has changed significantly and is not backwards-compatible)*
*v0.1.x users should note that the v0.2.0 API has changed significantly and is not backwards-compatible*

# Getting Trianglify

Expand Down
283 changes: 0 additions & 283 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"npmName": "trianglify",
"npmFileMap": [
{
"basePath": "/dist/",
"basePath": "dist",
"files": [
"trianglify.min.js"
]
Expand Down

0 comments on commit b4c8f6e

Please sign in to comment.