Skip to content

Commit 13d8e14

Browse files
Updates SS3 branch readme
1 parent f55e180 commit 13d8e14

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ This is SilverStripe 3 supported release
88

99
Add this part to your project's `composer.json` file
1010

11-
```composer
12-
"repositories": [
13-
{
14-
"type": "vcs",
15-
"url": "https://github.com/evanshunt/FrontEndEditLink"
16-
}
17-
],
18-
```
1911

2012
Then from where you have the `composer.json` file run `composer require evanshunt/FrontEndEditLink:^1`
2113

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "evanshunt/FrontEndEditLink",
2+
"name": "evanshunt/frontendeditlink",
33
"description": "A small SilverStripe module that provides logged in users with a front-end `Edit` link. This helps in quickly editing a pages and finding it on the SiteTree instead of hunting for it.",
44
"type": "silverstripe-vendormodule",
5-
"homepage": "http://github.com/evanshunt/FrontEndEditLink",
6-
"keywords": ["silverstripe", "FrontEndEditLink"],
5+
"homepage": "http://github.com/evanshunt/frontendeditlink",
6+
"keywords": ["silverstripe", "frontendeditlink"],
77
"license": "BSD-3-Clause",
88
"authors": [
99
{
@@ -12,15 +12,15 @@
1212
}
1313
],
1414
"support": {
15-
"issues": "http://github.com/evanshunt/FrontEndEditLink/issues"
15+
"issues": "http://github.com/evanshunt/frontendeditlink/issues"
1616
},
1717
"require": {
1818
"silverstripe/framework": "^3",
1919
"silverstripe/cms": "^3"
2020
},
2121
"autoload": {
2222
"psr-4": {
23-
"evanshunt\\FrontEndEditLink\\": "src/"
23+
"evanshunt\\frontendeditlink\\": "src/"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)