Skip to content

Commit

Permalink
Merge pull request #2 from craigpotter/craigpotter-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
craigpotter committed Jun 14, 2023
2 parents 697362e + 9ad8b07 commit 6a7613a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $fca = new Fca('my.email@dev.test', 'my-api-key');

// 12345 is the FCA firm reference number

$firmFrnExists = $fa->firm(12345)->exists(); // Returns a boolean
$firmFrnExists = $fca->firm(12345)->exists(); // Returns a boolean

$response = $fca->firm(12345)->get();

Expand Down Expand Up @@ -61,7 +61,7 @@ $fca = new Fca('my.email@dev.test', 'my-api-key');

// 12345 is the FCA firm reference number

$firmFrnExists = $fa->firm(12345)->exists(); // Returns a boolean
$firmFrnExists = $fca->firm(12345)->exists(); // Returns a boolean
```

#### Get a firm by FRN
Expand Down

0 comments on commit 6a7613a

Please sign in to comment.