Browse Source

chore: updates README.md

e22m4u 2 years ago
parent
commit
72e69ae717
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -279,13 +279,13 @@ console.log(result);
 // {
 // {
 //   "name": "Rick Sanchez",
 //   "name": "Rick Sanchez",
 //   "pictureId": 345,
 //   "pictureId": 345,
-//   "picture": {
+//   "picture": { <= встроено в ответ метода
 //     "id": 345,
 //     "id": 345,
 //     "mime": "image/jpeg",
 //     "mime": "image/jpeg",
 //     "file": "/uploads/rick.jpg"
 //     "file": "/uploads/rick.jpg"
 //   },
 //   },
 //   "biographyId": 59,
 //   "biographyId": 59,
-//   "biography": {
+//   "biography": { <= встроено в ответ метода
 //      "id": 59,
 //      "id": 59,
 //      "annotation": "This article is about Rick Sanchez",
 //      "annotation": "This article is about Rick Sanchez",
 //      "body": "He is a genius scientist whose ..."
 //      "body": "He is a genius scientist whose ..."
@@ -369,13 +369,13 @@ console.log(result);
 // {
 // {
 //   "name": "Morty Smith",
 //   "name": "Morty Smith",
 //   "pictureId": 347,
 //   "pictureId": 347,
-//   "picture": {
+//   "picture": { <= встроено в ответ метода
 //     "id": 347,
 //     "id": 347,
 //     "mime": "image/jpeg",
 //     "mime": "image/jpeg",
 //     "file": "/uploads/morty.jpg"
 //     "file": "/uploads/morty.jpg"
 //   },
 //   },
 //   "biographyId": 61,
 //   "biographyId": 61,
-//   "biography": {
+//   "biography": { <= встроено в ответ метода
 //      "id": 61,
 //      "id": 61,
 //      "annotation": "This article is about Morty Smith",
 //      "annotation": "This article is about Morty Smith",
 //      "body": "Currently, Morty is 14 years old ..."
 //      "body": "Currently, Morty is 14 years old ..."