fixed case for variables in README
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 6 Jan 2010 02:27:32 +0000 (21:27 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 6 Jan 2010 02:27:32 +0000 (21:27 -0500)
README

diff --git a/README b/README
index dca38362a3158c69997742b81d6b7d35d4701eb0..0331768ad556a11f9af9ef18a32a581706ce3b86 100644 (file)
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ real-world entities that humans actually care about.
 In its current technical conception, is a minimal HTTP server that
 accepts two requests:
 
-POST /reviewcert (vars: UID, context, PKC)
+POST /reviewcert (vars: uid, context, pkc)
 POST /extracerts (vars: certificates)
 
 (PKC means: public key carrier: raw key, OpenPGP cert, or X.509 cert)