diff --git a/Home.md b/Home.md index 2a07c5f..1d7b16f 100644 --- a/Home.md +++ b/Home.md @@ -10,9 +10,11 @@ Replace with -`my $json_file_path = '/tmp/sensordata.json'; # Ensure this path is correct +` +my $json_file_path = '/tmp/sensordata.json'; # Ensure this path is correct # Read JSON data from the file open my $fh, '<', $json_file_path or die "Cannot open $json_file_path: $!"; my $json_text = do { local $/; <$fh> }; -close $fh;` +close $fh; +`