nit: Added link to `CONTRIBUTING.md` from the README
[nit.git] / lib / nitcorn / http_response.nit
index 1690864..3d0fd33 100644 (file)
@@ -70,7 +70,7 @@ class HttpResponse
                end
 
                # Set server ID
-               if not header.keys.has("Server") then header["Server"] = "unitcorn"
+               if not header.keys.has("Server") then header["Server"] = "nitcorn"
        end
 
        # Get this reponse as a string according to HTTP protocol