From 17b0b0564d371ba7ad39cf807db2a2145d5480c9 Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 28 Dec 2023 21:06:09 +0800 Subject: [PATCH] Fix README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40979aa3..b94c2dc0 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ To do so, open Xcode, use **File** → **Swift Packages** → **Add Package Depe The file `opencombine_lldb.py` defines some `lldb` type summaries for easier debugging. These type summaries improve the way `lldb` and Xcode display some OpenCombine values. -To use `opencombine_lldb.py`, figure out its full path. Let's say the full path is `~/projects/OpenSwiftUIProject/OpenCombine_lldb.py`. Then the following statement to your `~/.lldbinit` file: +To use `opencombine_lldb.py`, figure out its full path. Let's say the full path is `~/projects/OpenSwiftUIProject/opencombine_lldb.py`. Then the following statement to your `~/.lldbinit` file: - command script import ~/projects/OpenSwiftUIProject/OpenCombine_lldb.py + command script import ~/projects/OpenSwiftUIProject/opencombine_lldb.py Currently, `opencombine_lldb.py` defines type summaries for these types: