diff --git a/README.md b/README.md index 284df89..fe457ef 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,7 @@ $(document).ready(function () { $("#issues") .append("" + issue.number + " - " + issue.title + "
") .append("created at: " + issue.created_at + "
") - .append("created by: " + issue.user.login + "
") + .append("created by: " + issue.user.login + "
") .append(issue.body + "


"); }); });