From 1520e5634e07adb8176d51ba9db7e875e5e6313c Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Tue, 23 Feb 2010 21:39:08 +0100 Subject: [PATCH] README: now markdown --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8edbd0..b65681a 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ API This interface is most closely based on the DB4 C api and tries to maintain close interface proximity. That API is published by Oracle. -http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/frame_main.html +[http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/frame_main.html] All function arguments systematically omit the leading DB handles and TXN handles. - A few calls omit the flags parameter when the documentation indicates that no - flag values are used - cursor.close is one. +A few calls omit the flags parameter when the documentation indicates that no +flag values are used - cursor.close is one. Notes =====