Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwm authored Dec 1, 2024
1 parent 10ed812 commit 93c8f47
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 @@ -56,7 +56,7 @@ public class GoDaddyDomainService(GoDaddyClient goDaddyClient)

try
{
var response = await client.CheckDomainAvailable(new DomainAvailable
var response = await goDaddyClient.CheckDomainAvailable(new DomainAvailable
{
domain = "google.com"
});
Expand Down

0 comments on commit 93c8f47

Please sign in to comment.