]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - README.md
Fix typos.
[xonotic/xonstatdb.git] / README.md
index 218be671947ade1634b6c5792bf57570179e0ef6..d86430c1767334ed94217d7c0c287c773499994c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Create the schema in which all of the xonstat tables will reside:
     CREATE SCHEMA xonstat
         AUTHORIZATION xonstat;
 
-Create the pgplsql language, if it doesn't exist:
+Create the plpgsql language, if it doesn't exist:
 
     CREATE LANGUAGE plpgsql;