From 51dae9cb5ac3cc954bf6d175bacf912b9e5bdb82 Mon Sep 17 00:00:00 2001 From: gupta-suyash Date: Sat, 29 Feb 2020 12:34:53 -0800 Subject: [PATCH] minor edit to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 865368750..c42f5311a 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Use the Script ``resilientDB-docker`` * CRYPTO_METHOD_ED25519 To use ED25519 based digital signatures. * CRYPTO_METHOD_CMAC_AES To use CMAC + AES combination for authentication. * SYNTH_TABLE_SIZE The range of keys for clients to select. -* #define EXT_DB MEMORY To specify the type of memory storage (in-memory of SQLite).. +* EXT_DB MEMORY To specify the type of memory storage (in-memory of SQLite).. * BANKING_SMART_CONTRACT To allow usage of smart contraacts instead of YCSB bechmarks.