Skip to content

Commit b834308

Browse files
committed
Fix composer command in readme
1 parent e869043 commit b834308

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ You can set permissions to restrict access in *Settings > Small plugins > Small
3535
```
3636
* run in command line
3737
```sh
38-
composer require webula/smallbackup
38+
composer require webula/smallbackup-plugin
3939
```
4040

4141

4242
## Settings
4343

44-
* Default backups folder `storage/app/uploads/protected/backup`
44+
* Default backups folder `storage/app/uploads/protected/backup`
4545
* Default cleanup interval `7 days`
4646

4747
You can download created backups from plugin Settings tabs Database and Theme or you can get it directly from backup folder (eg. with FTP).
@@ -91,12 +91,9 @@ There are console commands ready:
9191

9292

9393
----
94-
> Our thanks goes to:
95-
> [OctoberCMS](http://www.octobercms.com) team members and supporters for this great system.
96-
> [Brooke Cagle](https://unsplash.com/@benjaminlehman) for his photo.
97-
> [Font Awesome](http://fontawesome.io/icons/) for nice icons.
94+
> Our thanks goes to:
95+
> [OctoberCMS](http://www.octobercms.com) team members and supporters for this great system.
96+
> [Brooke Cagle](https://unsplash.com/@benjaminlehman) for his photo.
97+
> [Font Awesome](http://fontawesome.io/icons/) for nice icons.
9898
9999
Created by [Webula](https://www.webula.cz) in Czech Republic.
100-
101-
102-

0 commit comments

Comments
 (0)