From 81840297a0fd58ae38c3600ede5c81e5bdaf0715 Mon Sep 17 00:00:00 2001 From: Matthew McCullough Date: Wed, 6 Jun 2012 09:10:19 -0700 Subject: [PATCH] Code-style formatted the BigInteger code keyword in the markdown README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c2a534ae4c..2de9e02c20a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ application work with beta4. - Crypt and Math (Enrico Zimuel) - Creates a generic API for string and stream en/decryption - Provides bcrypt support - - Provides BigInteger support + - Provides `BigInteger` support - Provides common methodology surrounding credential encryption and hashing - Db layer (Ralph Schindler) - Zend\Db\Adapter: added buffer() to the ResultInterface, added that feature