diff --git a/README.md b/README.md index dd216b4..cbb234d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ gin-standard-api is a utility library for standardizing API responses and error { "status": 403, // HTTP status code, required "error": "Forbidden", // Generic error message, required - "message": "You do not have permission to do that." // Detailed error message, optional. + "message": "You do not have permission to do that." // Detailed error message, optional } ```