Skip to content

Commit c148868

Browse files
committed
superficial commit to test github hooks
1 parent 390d4bf commit c148868

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ With [Composer](https://getcomposer.org/):
1313
```
1414
composer require phpseclib/phpseclib2_rector:~1.0
1515
```
16+
1617
## Usage
1718

1819
Create a rector.php file with the following contents:
@@ -31,4 +32,4 @@ In the same directory where you created that file you can then run Rector by doi
3132
vendor/bin/rector process src --dry-run
3233
vendor/bin/rector process src
3334
```
34-
The files in the `src/` directory will either be full on modified or (in the case of `--dry-run`) the changes that would be made will be previewed.
35+
The files in the `src/` directory will either be full on modified or (in the case of `--dry-run`) the changes that would be made will be previewed.

0 commit comments

Comments
 (0)