From 9ed7e1a25594950d12dc4ae8808b65ab785b99d2 Mon Sep 17 00:00:00 2001 From: Helva Date: Fri, 30 Jan 2026 23:55:40 +0100 Subject: [PATCH] readme code blocks --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8b9fd1..57db65a 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,13 @@ We build a robot with raspberry and arduino. sudo systemctl restart nginx ### Test Face Server -In Browser: http:/// +In Browser: +http://pi-ip/ From Somewhere: - curl -X POST http:///api/emotion/happy - curl -X POST http:///api/emotion/angry - curl -X POST http:///api/emotion/sleepy + curl -X POST http://pi-ip/api/emotion/happy + curl -X POST http://pi-ip/api/emotion/angry + curl -X POST http://pi-ip/api/emotion/sleepy ### systemd Service sudo ln -s /opt/helva-robot/face/etc/systemd/system/face.service /etc/systemd/system/