From 47f5e09dd12af6a32fd8c39b10e6320044ca29d0 Mon Sep 17 00:00:00 2001 From: Raymond Nambaale Date: Mon, 3 Jun 2024 08:59:05 +0300 Subject: [PATCH] Adds correct `cd` path --- background-jobs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background-jobs/README.md b/background-jobs/README.md index cb100385..81188ffc 100644 --- a/background-jobs/README.md +++ b/background-jobs/README.md @@ -5,7 +5,7 @@ ### server ```sh -cd basics/background-jobs +cd background-jobs cargo run # starting HTTP server at http://localhost:8080 ```