Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Jul 8, 2023
1 parent 852f8f2 commit 9b9cd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ System::endSingleJob();
```php
$url = "https://www.google.com/";

System::fetchFg($url)->then(function($value) {
System::fetchJg($url)->then(function($value) {
var_dump($value);
})->catch(function($reason) {
var_dump($reason);
Expand Down

0 comments on commit 9b9cd57

Please sign in to comment.