aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9a3e0b..1ff2a5d 100644
--- a/README.md
+++ b/README.md
@@ -547,7 +547,7 @@ self will appreciate it.
This is something quite hard to achieve, but try to weed out code that is not
strictly from your game in an `include` or `lib` directory. This way you can
reuse this code for other games. For example, aliases for PPU addresses are good
-candidates: having a `PPU::ADDRESS` with the value `$2006` is helpful in any
+candidates: having a `PPU::m_address` with the value `$2006` is helpful in any
given game, for example.
That being said, don't go over the top. Certainly a function like `reset` can be