Skip to content

Commit 2d4f4a9

Browse files
committed
Update README/composer
1 parent b51192c commit 2d4f4a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ search through open and closed ticket to see if the same (or similar) issue has
77
existing issue that has been closed, feel free to raise a new issue referencing the old, or you can request that the
88
existing ticket be reopened.
99

10-
[Raise an issue](https://github.com/chrispenny/silverstripe-data-object-to-fixture/issues)
10+
[Raise an issue](https://github.com/chrispenny/silverstripe-dataobject-to-fixture/issues)
1111

1212
## Contributing code
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# silverstripe-data-object-to-fixture
1+
# Silverstripe DataObject To Fixture
22

33
Generate a YAML fixture from DataObjects
44
- [Installation](#installation)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"support": {
16-
"issues": "https://github.com/chrispenny/silverstripe-data-object-to-fixture/issues"
16+
"issues": "https://github.com/chrispenny/silverstripe-dataobject-to-fixture/issues"
1717
},
1818
"require": {
1919
"php": "^7.4 || ^8.0",

0 commit comments

Comments
 (0)