Skip to content

Commit f546a45

Browse files
authored
Merge pull request #163 from clue-labs/name
Update project name and homepage
2 parents 97b163e + 73d57d1 commit f546a45

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# clue/graph [![Build Status](https://travis-ci.org/clue/graph.png?branch=master)](https://travis-ci.org/clue/graph)
1+
# graphp/graph [![Build Status](https://travis-ci.org/graphp/graph.png?branch=master)](https://travis-ci.org/graphp/graph)
22

3-
A mathematical graph/network library written in PHP
3+
GraPHP is the mathematical graph/network library written in PHP.
44

55
## Quickstart examples
66

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "clue/graph",
33
"type": "library",
4-
"description": "A mathematical graph/network library written in PHP",
4+
"description": "GraPHP is the mathematical graph/network library written in PHP.",
55
"keywords": [
66
"graph",
77
"network",
88
"mathematical",
99
"vertex",
1010
"edge"
1111
],
12-
"homepage": "https://github.com/clue/graph",
12+
"homepage": "https://github.com/graphp/graph",
1313
"license": "MIT",
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)