Skip to content

Commit 4c4f4de

Browse files
authored
Update README.md
1 parent c35bc93 commit 4c4f4de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<strong>A handy tool for accessing emulator memory from C#<br/></strong>
66
<a href="https://www.nuget.org/packages/Dolphin.Memory.Access">
77
<img src="https://img.shields.io/nuget/v/Dolphin.Memory.Access.svg" alt="NuGet" />
8+
<a/>
89
</div>
910

1011
# About This Project
@@ -46,4 +47,4 @@ PS. Just remember that emulated memory is `Big Endian` as opposed to our `Little
4647

4748
This tiny 9KB library is barebones and does does not handle events such as process exit for you.
4849

49-
It's the user's responsibility to listen to these events, otherwise you'll run into exceptions if e.g. you try to read Dolphin Memory after Dolphin closes.
50+
It's the user's responsibility to listen to these events, otherwise you'll run into exceptions if e.g. you try to read Dolphin Memory after Dolphin closes.

0 commit comments

Comments
 (0)