Skip to content

Commit 0d37203

Browse files
author
adamb@upperbound.com
committed
Fixed some formatting and typos
1 parent 91833eb commit 0d37203

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Drinkbot: A Rasperry Pi-powered Robotic Bartender
1+
# Drinkbot: A Raspberry Pi-powered Robotic Bartender
22

33
This is the nodejs code for the Rasperry Pi-based robotic bartender (which I call drinkbot) described at:
44

@@ -16,13 +16,16 @@ Change to the folder where you downloaded the files.
1616

1717
Start the backend:
1818

19+
```
1920
$ node backend.js &
21+
```
2022

2123
Start the web front-end:
2224

23-
$ cd frontend &
24-
25+
```
26+
$ cd frontend
2527
$ node server.js &
28+
```
2629

2730
If you want to start it at boot, you can add this to your crontab (your paths may be different):
2831

0 commit comments

Comments
 (0)