Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adityadees authored May 18, 2023
1 parent 36747d6 commit 71047ed
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 @@ -34,7 +34,7 @@ $bard["choices"];

## Example
```php
$bard = (new LaravelBard())->get_answer('helo whats your name');
$bard = (new LaravelBard())->get_answer('hello whats your name');
dd($bard["content"]);
```
<img width="1179" alt="image" src="https://github.com/adityadees/laravel-google-bard/assets/37553901/85a2026c-366f-40c6-b9f8-6012de9146dd">
Expand Down

0 comments on commit 71047ed

Please sign in to comment.