From 8015f2676e37dfad435e950dabfcd8277ea9246f Mon Sep 17 00:00:00 2001 From: Igor Todorovski <39890068+IgorTodorovskiIBM@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:04:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9362f1e..0c15d29 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Assuming you want to clone UTF-8 encoded files with the tag UTF8 or ccsid 819 as git config --global core.utf8ccsid 819 # Set the UTF-8 ccsid 819 globally git clone https://github.com/git/git cd git -ls -lT # you will notice that all files are now tagged as UTF-8 +ls -lT # you will notice that all files are now tagged as 819 ```