From 7b0fcc4c85772f9d63c22ecb337ea62a675cc1b5 Mon Sep 17 00:00:00 2001 From: pwbh Date: Wed, 4 Sep 2024 00:34:32 +0300 Subject: [PATCH] tweak readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index debe0ca..e490dda 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ pub fn main() !void { ### Parsing YAML from bytes -Parsing YAML file using generic u8 slice for the sake of example lets parse a small YAML inlined in a to some varaible that contains our YAML u8 slice. +Parsing YAML file using generic `u8` slice for the sake of our example, lets parse a small YAML inlined in to some variable that contains our YAML in `[]const u8`. ```zig const std = @import("std");