Skip to content

Commit e0571a6

Browse files
Some markdown gimmicks
1 parent d626dfa commit e0571a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PHPBU
22

3-
*PHP Backup Utility*
3+
**PHP Backup Utility**
44

5-
PHPBU is a php framework that creates backups and moves your backups to other servers or cloud services
5+
*PHPBU* is a php framework that creates backups and sync your backups to other servers or cloud services
66
and by the way it assists you monitoring your backup creation.
77

88
Get detailed information about all the features and a 'getting started' tutorial at the [PHPBU Website](http://phpbu.de).
@@ -47,7 +47,7 @@ Get detailed information about all the features and a 'getting started' tutorial
4747

4848
## Installation
4949

50-
You can [download](http://phar.phpbu.de/phpbu.phar) a PHP Archive [(PHAR)](http://php.net/phar) that bundles everything you need to run phpbu in a single file.
50+
You can [download](http://phar.phpbu.de/phpbu.phar) a PHP Archive [(PHAR)](http://php.net/phar) that bundles everything you need to run *PHPBU* in a single file.
5151

5252
wget http://phar.phpbu.de/phpbu.phar
5353
chmod +x phpbu.phar
@@ -58,7 +58,7 @@ For convenience, you can move the PHAR to a directory that is in your [PATH](htt
5858
mv phpbu.phar /usr/local/bin/phpbu
5959
phpbu --version
6060

61-
Installing PHPBU via Composer is also supported.
61+
Installing *PHPBU* via Composer is also supported.
6262

6363
```json
6464
"require": {
@@ -83,8 +83,8 @@ phpbu [option]
8383

8484
$ phpbu
8585

86-
This requires a valid XML phpbu configuration file (phpbu.xml or phpbu.xml.dist) in your current working directory.
87-
Alternatively, you can specify the path to your configuration file
86+
This requires a valid XML *PHPBU* configuration file (phpbu.xml or phpbu.xml.dist) in your current working directory.
87+
Alternatively, you can specify the path to your configuration file.
8888

8989
$ phpbu --configuration=backup/config.xml
9090

0 commit comments

Comments
 (0)