Browse Source

Exact amount of white space is difficult to gauge with github's markdown.

David N. Welton 11 years ago
parent
commit
e7e7922cc0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -60,8 +60,8 @@ provide a common fork for community development.
     + {timeout,  Integer}    milliseconds, defaults to 5000
     + {async,    Pid}        see Server Notifications section
 
-        {ok, C} = pgsql:connect("localhost", "username", [{database, "test_db"}]).
-        ok = pgsql:close(C).
+         {ok, C} = pgsql:connect("localhost", "username", [{database, "test_db"}]).
+         ok = pgsql:close(C).
 
   The timeout parameter will trigger an {error, timeout} result when the
   socket fails to connect within Timeout milliseconds.