Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 authored Nov 19, 2023
1 parent 487f774 commit 9192ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ for address, info process.search_by_value(..., progress_information = True):
```

# Reading multiple addresses efficiently:
If you have a large number of addresses where their values need to be read from memory, using the 'search_by_addresses' method is much more efficient than reading the value of each address one by one.
If you have a large number of addresses where their values need to be read from memory, using the `search_by_addresses` method is much more efficient than reading the value of each address one by one.
```py
for address, value process.search_by_addresses(int, 4, addresses_list):
print(f"Address", address, "holds the value", value)
Expand Down

0 comments on commit 9192ba1

Please sign in to comment.