Skip to content

Commit ca6b9ef

Browse files
oschwaldclaude
andcommitted
Fix typos and formatting in README.md
- Remove duplicate "the" in phar installation section - Fix inconsistent header formatting for API Documentation - Fix "with be" -> "will be" typo Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 409aaa4 commit ca6b9ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies for this API. The latest phar archive is available on
5252
Please note that you must have the PHP [cURL
5353
extension](https://php.net/manual/en/book.curl.php) installed to use this
5454
archive. For Debian based distributions, this can typically be found in the
55-
the `php-curl` package. For other operating systems, please consult the
55+
`php-curl` package. For other operating systems, please consult the
5656
relevant documentation. After installing the extension you may need to
5757
restart your web server.
5858

@@ -70,7 +70,7 @@ To use the archive, just require it from your script:
7070
require 'minfraud.phar';
7171
```
7272

73-
## API Documentation ###
73+
## API Documentation ##
7474

7575
More detailed API documentation is available on [our GitHub
7676
Page](https://maxmind.github.io/minfraud-api-php/) under the "API" tab.
@@ -274,7 +274,7 @@ at least through development as it will help ensure that you are sending valid
274274
data to the web service.
275275

276276
If the report is successful, nothing is returned. If the report fails, an
277-
exception with be thrown.
277+
exception will be thrown.
278278

279279
See the API documentation for more details.
280280

0 commit comments

Comments
 (0)