From e9f93f11d8cbaa3bd30727f24dae796657f39006 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 17 Feb 2015 19:09:56 -0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21da4b5..e138109 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,14 @@ A Multisig HD Wallet Service, with minimun server trust. ``` # Server API -create a wallet + +## create a wallet POST `/v1/wallets` -join a wallet +## join a wallet POST `/v1/wallets/:id/copayers` + ... + [To be completed, see app.js] # Security Considerations