PrinsFrank / standards

A collection of standards as PHP Enums: ISO3166, ISO4217, ISO639...
MIT License
393 stars 10 forks source link

Fixed errors in README.md #165

Closed shubhamchugh closed 8 months ago

shubhamchugh commented 8 months ago

Corrected example code by changing 'NLD' to 'NL' in country code

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (main@aa6a8df). Click here to learn what that means.

:exclamation: Current head 6797829 differs from pull request most recent head 0d81fb5. Consider uploading reports for the commit 0d81fb5 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #165 +/- ## ======================================= Coverage ? 99.88% Complexity ? 233 ======================================= Files ? 33 Lines ? 3615 Branches ? 0 ======================================= Hits ? 3611 Misses ? 4 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

PrinsFrank commented 8 months ago

Thank you!!