Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Dec 28, 2023
1 parent a7315a9 commit 17b0b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 17b0b05

Please sign in to comment.