Skip to content

Commit 07e996c

Browse files
authored
Update README.md
Readme adjust
1 parent 1cf61f7 commit 07e996c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ int main(int argc, char *argv[])
149149
#include <usermodel.h>
150150
#include <cwf/cppwebapplication.h>
151151
#include <cwf/sqldatabasestorage.h>
152-
/*
153-
* ORM (Experimental) - Tested only on PostgreSQL
154-
*/
155-
CWF::SqlDatabaseStorage conexao("QPSQL", "localhost", "postgres", "postgres", "1234", 5432);
152+
/*
153+
* ORM (Experimental) - Tested only on PostgreSQL
154+
*/
155+
CWF::SqlDatabaseStorage conexao("QPSQL", "localhost", "postgres", "postgres", "1234", 5432);
156156
157-
class ORMController : public CWF::Controller
157+
class ORMController : public CWF::Controller
158158
{
159159
public:
160160
void doGet(CWF::Request &request, CWF::Response &response) const override

0 commit comments

Comments
 (0)