From 1916e3f85d5f82cc34c299d0f0a0e0e4efb5fd72 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 14 Jun 2017 18:06:06 +0200 Subject: [PATCH] a semicolon, kill it, kill it with fire --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7452ef7..df78eb5 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ const tx = driver.Transaction.makeCreateTransaction( driver.Transaction.makeEd25519Condition(alice.publicKey)) ], alice.publicKey -); +) // Optional: You've got everything you need, except for an asset // and metadata. Maybe define them here, any JSON-serializable object