Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small typo in README.md #5

Merged
merged 1 commit into from Jul 9, 2014
Merged

Conversation

jrhdoty
Copy link
Contributor

@jrhdoty jrhdoty commented Jul 3, 2014

In the first example of 'Constructing Graphs with Data' it says:

new Graph({
a: ['b', 'c'],
c: ['d'],
}); # triangle with vertices a, b, and c

but the second line should be making an edge from 'c' to 'b' rather than 'c' to 'd'.

tantalor added a commit that referenced this pull request Jul 9, 2014
Fix small typo in README.md
@tantalor tantalor merged commit 4425d8e into tantalor:master Jul 9, 2014
@jrhdoty jrhdoty deleted the patch-1 branch July 9, 2014 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants