From 78a3c6018e6a287bb81ef3629bca7681af4f6a7d Mon Sep 17 00:00:00 2001
From: Shannon Appelcline <shannona@skotos.net>
Date: Wed, 28 Jun 2017 11:50:08 -0700
Subject: [PATCH] Update and rename 12_4_Accessing_Bitcoind_with_Node.md to
 12_5_Accessing_Bitcoind_with_Other_Languages

---
 ...h_Node.md => 12_5_Accessing_Bitcoind_with_Other_Languages | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
 rename 12_4_Accessing_Bitcoind_with_Node.md => 12_5_Accessing_Bitcoind_with_Other_Languages (93%)

diff --git a/12_4_Accessing_Bitcoind_with_Node.md b/12_5_Accessing_Bitcoind_with_Other_Languages
similarity index 93%
rename from 12_4_Accessing_Bitcoind_with_Node.md
rename to 12_5_Accessing_Bitcoind_with_Other_Languages
index a50c2c2..9323c08 100644
--- a/12_4_Accessing_Bitcoind_with_Node.md
+++ b/12_5_Accessing_Bitcoind_with_Other_Languages
@@ -1,7 +1,10 @@
-# 12.4: Accessing Bitcoind with Node
+# 12.5: Accessing Bitcoind with Other Languages
 
 > **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning.
 
+[[REVISE TO BE ABOUT MULTIPLE LANGUAGES]]
+[[GIVE EXTENSIVE DETAILS FOR NODE, AND LIST SOME OTHERS]]
+
 Accessing the `bitcoind` doesn't require `curl`. All you need is simple RPC functionality. That's what's provided by [BCRPC](https://github.com/dgarage/bcrpc) by kallewoof of Digital Garage.
 
 ## Set Up Node.js