From f0eeb58367c1e5ba2ddd6251bfe3ab3fcea106e9 Mon Sep 17 00:00:00 2001 From: graingert <tagrain@gmail.com> Date: Thu, 29 Mar 2012 21:01:21 +0200 Subject: [PATCH] Fixed wording on browserid verifier description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad655e63a..9fbf558d0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Here lives the [BrowserID] implementation. BrowserID is an implementation of th This repository contains several distinct things related to BrowserID: * **the browserid server** - a node.js server which implements a web services api, stores a record of users, the email addresses they've verified, a bcrypted password, outstanding verification tokens, etc - * **the verifier** - a stateless node.js server which does cryptographic verification of assertions. This thing is hosted on browserid.org as a convenience, but people using browserid can choose to relocated it if they want to their own servers. + * **the verifier** - a stateless node.js server which does cryptographic verification of assertions. This thing is hosted on browserid.org as a convenience, but people using browserid can choose to host their own version if they wish to. * **sample and test code** - to test the above * **the browserid.org website** - the templates, css, and javascript that make up the visible part of browserid.org * **the javascript/HTML dialog & include library** - this is include.js and the code that it includes, the bit that someone using browserid will include. -- GitLab