From ee409b1d6caa6c1612908ce7d4ba0f6feba5aaf6 Mon Sep 17 00:00:00 2001 From: David Crammer Date: Tue, 14 Nov 2023 21:56:44 -0700 Subject: [PATCH] d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a09a88..7f45ce4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Register a new user. ```json { - "email": "example@gmail.com", // required - "password": "password123" // optional, if not provided, a random password will be generated + "email": "example@gmail.com", # required + "password": "password123" # optional, if not provided, a random password will be generated } ```