diff --git a/libraries/Bridge/examples/MailboxReadMessage/MailboxReadMessage.ino b/libraries/Bridge/examples/MailboxReadMessage/MailboxReadMessage.ino index fada82ba7..09c0bef57 100644 --- a/libraries/Bridge/examples/MailboxReadMessage/MailboxReadMessage.ino +++ b/libraries/Bridge/examples/MailboxReadMessage/MailboxReadMessage.ino @@ -1,8 +1,8 @@ /* Read Messages from the Mailbox - This example for the Arduino Yún sdemonstrate how to - read the messages queue, called Mailbox using the + This example for the Arduino Yún shows how to + read the messages queue, called Mailbox, using the Bridge library. The messages can be sent to the queue through REST calls. Appen the message in the URL after the keyword "/mailbox".