Skip to content

Commit

Permalink
Merge branch 'master' of github.com:terrylinooo/shieldon
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Jun 17, 2019
2 parents f6ae72e + e890ffd commit c3084ac
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 @@ -32,7 +32,7 @@ $pdoInstance = new \PDO('sqlite:' . $dbLocation);
$shieldon->setDriver(new \Shieldon\Driver\SqliteDriver($pdoInstance));

// Set components.
// This compoent will only allow popular search engline.
// This component will only allow popular search engline.
// Other bots will go into the checking process.
$shieldon->setComponent(new \Shieldon\Component\TrustedBot());

Expand Down

0 comments on commit c3084ac

Please sign in to comment.