Edited README.md via GitHub

This commit is contained in:
Tőkés Attila 2011-09-08 15:15:14 +03:00
parent daa131f5b9
commit 162bf4c143

View File

@ -24,7 +24,7 @@ The SmtpClient for Qt is small library writen for Qt 4 (C++ version) that allows
Lets see a simple example:
```c++
#include <QtGui/QApplication>
#include "../src/SmtpMime"
@ -72,7 +72,7 @@ Lets see a simple example:
smtp.quit();
}
```
For more examples see the [Wiki/Examples](https://github.com/bluetiger9/SmtpClient-for-Qt/wiki/Examples).