Skip to content

Commit

Permalink
Merge pull request #68 from fingerprintjs/improve-readme-INTER-857
Browse files Browse the repository at this point in the history
Recompile `README.md`
  • Loading branch information
ilfa authored Aug 27, 2024
2 parents b57476d + c169e82 commit 846bab6
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 @@ -237,7 +237,7 @@ To learn more, refer to example located in [src/examples/java/com/fingerprint/ex
## Webhook signature validation
This SDK provides utility method for verifying the HMAC signature of the incoming webhook request.

Here is an example how to made it using Spring Boot.
Here is an example implementation using Spring Boot:
```java
import com.fingerprint.sdk.Webhook;

Expand Down

0 comments on commit 846bab6

Please sign in to comment.