Skip to content

Commit

Permalink
Change decompiler to decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlvtech committed Mar 1, 2019
1 parent d6ae64a commit 703517d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Installation & Usage

```bash
git clone https://github.com/ganlvtech/php-enphp-decompiler.git
cd php-enphp-decompiler
git clone https://github.com/ganlvtech/php-enphp-decoder.git
cd php-enphp-decoder
composer install
php bin/decode.php tests/assets/admin.php output.php
```
Expand Down
2 changes: 1 addition & 1 deletion bin/decode.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* EnPHP Decoder
*
* https://github.com/ganlvtech/php-enphp-decompiler
* https://github.com/ganlvtech/php-enphp-decoder
*
* Copyright (C) 2019 Ganlv
*
Expand Down
2 changes: 1 addition & 1 deletion src/AutoDecoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* EnPHP Decoder
*
* https://github.com/ganlvtech/php-enphp-decompiler
* https://github.com/ganlvtech/php-enphp-decoder
*
* Copyright (C) 2019 Ganlv
*
Expand Down

0 comments on commit 703517d

Please sign in to comment.