diff --git a/examples/remap_pins_tim2/Makefile b/examples/tim2_pwm_remap/Makefile
similarity index 79%
rename from examples/remap_pins_tim2/Makefile
rename to examples/tim2_pwm_remap/Makefile
index f501dacc898aa8800747f787c7142ab543531258..36df10e860825f2e0d005debbe3cbcb791b2b591 100644
--- a/examples/remap_pins_tim2/Makefile
+++ b/examples/tim2_pwm_remap/Makefile
@@ -1,6 +1,6 @@
 all : flash
 
-TARGET:=remap_pins_tim2
+TARGET:=tim2_pwm_remap
 
 
 include ../../ch32v003fun/ch32v003fun.mk
diff --git a/examples/remap_pins_tim2/remap_pins_tim2.c b/examples/tim2_pwm_remap/tim2_pwm_remap.c
similarity index 98%
rename from examples/remap_pins_tim2/remap_pins_tim2.c
rename to examples/tim2_pwm_remap/tim2_pwm_remap.c
index a35d35253ab7453756543f38cca4a222e512affc..1d2c4bbfa43fab930c8ccdbd69b776b7e84e33dd 100644
--- a/examples/remap_pins_tim2/remap_pins_tim2.c
+++ b/examples/tim2_pwm_remap/tim2_pwm_remap.c
@@ -1,6 +1,6 @@
 /*
  * Example for using AFIO to remap peripheral outputs to alternate configuration
- * 06-01-2023 B. Roy, based partially on previous work by:
+ * 06-01-2023 B. Roy, based on previous work by:
  * 03-28-2023 E. Brombaugh
  * 05-29-2023 recallmenot adapted from Timer1 to Timer2
  *