From 17fbb2384991ac1b92a915830aa097728c2aaf83 Mon Sep 17 00:00:00 2001 From: Pablo Hinojosa Date: Thu, 20 Nov 2025 18:23:35 +0100 Subject: [PATCH] Add compatibility link for U2F in README Updated browser compatibility information for U2F. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 326ae53..0ddc0bd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Check out the [example](https://github.com/castle/ruby-u2f/tree/master/example) There is another demo application available using the [Cuba](https://github.com/soveran/cuba) framework: [cuba-u2f-demo](https://github.com/badboy/cuba-u2f-demo) and a [blog post explaining the protocol and the implementation](http://fnordig.de/2015/03/06/u2f-demo-application/). -You'll need Google Chrome 41 or later to use U2F. +You'll need Google Chrome 41 or later to use U2F. See [this page](https://caniuse.com/u2f) for compatibility with other browsers. ## Installation