diff --git a/README.md b/README.md
index 8fee1c8..491a4f8 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,14 @@ composer require eliseekn/countries-helper
$countries = CountriesHelper::getAll();
//In your blade file
-@foreach($countries as $country)
-@if (!is_null($country))
- @foreach($country as $key => $value)@endforeach
-@endif
-@endforeach
+
+
```
### Testing