aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-04-14 11:22:34 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-04-14 11:22:34 +0200
commit8c0486910f052d0392c22a7e4d89ef62bd9c8054 (patch)
treed6e70f68e9d27f399721def50cc221c0dbfaee2a /README.md
parent903f305f2ec24220deb85865383914f57a6c650a (diff)
downloadstyle.nes-8c0486910f052d0392c22a7e4d89ef62bd9c8054.tar.gz
style.nes-8c0486910f052d0392c22a7e4d89ef62bd9c8054.zip
Fix bad upper case
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
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