Skip to content

Commit

Permalink
Some generification to graphlib's description
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Aug 28, 2013
1 parent 720a9a2 commit f272cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Graphlib

Graphlib is a JavaScript library that provides an implementation of a directed
Graphlib is a JavaScript library that provides an implementation of a
multi-graph. This library is used as part of the
[dagre](https://github.com/cpettitt/dagre) library, but is available here in a
light-weight, standalone form.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphlib",
"version": "0.0.2",
"description": "A directed multi-graph library",
"description": "A multi-graph library",
"main": "index.js",
"keywords": [
"graph"
Expand Down

0 comments on commit f272cbc

Please sign in to comment.