Skip to content

Commit

Permalink
update readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
alirmaity committed Oct 8, 2022
1 parent 4b04194 commit 27befb0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Basic Usage
-----
```php
// Assuming you installed from github repo
require "vendor/autoload.php";
use AliRmaity\PhpSeCrawler;

$client = new PhpSeCrawler();
require_once '../load-env.php';
require_once '../src/astroMethods.php';
use src\astroMethods;
$client = new astroMethods();
$client->setEngine("google.ae");
try {
$results = $client->search(["ferrari","cars"]);
Expand All @@ -42,3 +42,4 @@ try {
echo 'Caught exception: ', $e->getMessage(), "\n";
}


0 comments on commit 27befb0

Please sign in to comment.