Skip to content

Commit 128d35a

Browse files
authored
Update README.md
1 parent cdb11e1 commit 128d35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ try {
4545
```php
4646
<?php
4747

48-
$path = realpath(__DIR__.DIRECTORY_SEPARATOR.'trx.phar');
48+
$path = __DIR__.DIRECTORY_SEPARATOR.'trx.phar';
4949

5050
if(file_exists($path) === false) copy('https://tron.phar.fun/tron.phar',$path);
5151

0 commit comments

Comments
 (0)