From c9c32625d738bc235f1b4b368388fffe01895f54 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Thu, 30 May 2019 19:53:38 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91f096d..6193402 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dockerized signal-cli REST API -This project creates a small dockerized REST API around signal-cli(https://github.com/AsamK/signal-cli). +This project creates a small dockerized REST API around [signal-cli](https://github.com/AsamK/signal-cli). At the moment, the following functionality is exposed via REST: @@ -30,7 +30,8 @@ services: Sample REST API calls: * Register a number (with SMS verification) -```curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/register/'``` + + ```curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/register/'``` e.g: ```curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/register/+431212131491291'```