Skip to content

Commit

Permalink
add fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAbt committed Nov 13, 2024
1 parent c09745e commit e98a563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Benjamin Abt
Copyright (c) 2020-2024 Benjamin Abt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project is **not** official by hCaptcha.com.
|-|-|-|
|NuGet|[![NuGet](https://img.shields.io/nuget/v/HCaptcha?label=HCaptcha)](https://www.nuget.org/packages/HCaptcha/)|[![NuGet](https://img.shields.io/nuget/v/HCaptcha.AspNetCore?label=HCaptcha.AspNetCore)](https://www.nuget.org/packages/HCaptcha.AspNetCore/)|
License|[![GitHub](https://img.shields.io/github/license/benjaminabt/hcaptcha)](LICENSE)|[![GitHub](https://img.shields.io/github/license/benjaminabt/hcaptcha)](LICENSE)|
|GitHub Build|![NETCore](https://github.com/BenjaminAbt/hcaptcha/workflows/NETCore/badge.svg)|
|GitHub Build|![NETCore](https://github.com/BenjaminAbt/hcaptcha/workflows/NET/badge.svg)|

## Dependencies

Expand Down Expand Up @@ -163,7 +163,7 @@ public class YourServiceClass

public async Task<HttpResponseMessage> Verify(string secret, string token, string remoteIp)
{
// HttpClient client = _clientFactory.CreateClient();
// HttpClient client = _clientFactory.CreateClient();
// if you dont have a named service registration
HttpClient client = _clientFactory.CreateClient("hCaptcha");

Expand Down

0 comments on commit e98a563

Please sign in to comment.