Skip to content

Commit 5811b25

Browse files
committed
README
1 parent 003b414 commit 5811b25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ You can read the official documentation on the [Mary website](https://mary-ui.co
2525
Clone the repositoy into some folder **inside your app**.
2626

2727
```bash
28-
git clone [email protected]:robsontenorio/mary.git`
28+
git clone [email protected]:robsontenorio/mary.git
2929
```
3030

3131
Change `composer.json` from **your app**
3232

3333
```json
3434
"minimum-stability": "dev", // <- change to "dev"
35+
36+
// Add this
3537
"repositories": {
3638
"robsontenorio/mary": {
3739
"type": "path",

0 commit comments

Comments
 (0)