diff --git a/examples/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino b/examples/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino
index f7db5b95..9089a77c 100644
--- a/examples/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino
+++ b/examples/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino
@@ -24,6 +24,10 @@
 
   For LoRaWAN details, see the wiki page
   https://github.com/jgromes/RadioLib/wiki/LoRaWAN
+
+
+  Last updated 1st March 2024 for RadioLib 6.4.2
+
 */
 
 // include the library
@@ -140,7 +144,7 @@ void loop() {
     Serial.println(state);
   }
 
-  // on boards that can save to Flash or EEPROMthis saves the session
+  // on boards that can save to Flash or EEPROM this saves the session
   // which allows recall of the session after reboot or deepsleep
   node.saveSession();
   
diff --git a/examples/LoRaWAN/LoRaWAN_End_Device_Reference/LoRaWAN_End_Device_Reference.ino b/examples/LoRaWAN/LoRaWAN_End_Device_Reference/LoRaWAN_End_Device_Reference.ino
index 1e5faf6d..8e50b7a5 100644
--- a/examples/LoRaWAN/LoRaWAN_End_Device_Reference/LoRaWAN_End_Device_Reference.ino
+++ b/examples/LoRaWAN/LoRaWAN_End_Device_Reference/LoRaWAN_End_Device_Reference.ino
@@ -25,6 +25,10 @@
 
   For LoRaWAN details, see the wiki page
   https://github.com/jgromes/RadioLib/wiki/LoRaWAN
+
+
+  Last updated 1st March 2024 for RadioLib 6.4.2
+
 */
 
 // include the library