diff --git a/README.md b/README.md index f4bd3a1..a289f7d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Some library files don't have `.c`, but many do. ## Useful things - To easily alias I/O pins, use `lib/pins.h`. -- For Arduino pins, there are presets in `lib/arduino-pins.h` +- For Arduino pins, there are presets in `lib/arduino_pins.h` - Binary/byte manipulation utilities are in `lib/calc.h` - `lib/meta.h` contains some generally useful things that didn't fit elsewhere