From 10f02d44c7aea5ada9cc131899cc5ab2bc41694f Mon Sep 17 00:00:00 2001 From: chinlinlee Date: Wed, 24 Jan 2024 19:39:42 +0800 Subject: [PATCH] docs: remove redundant `e.g.` in `vread` --- README.md | 2 +- README.zh-TW.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3b23cf..a06236b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This server supported FHIR RESTFul API below: - delete (e.g. DELETE http://example.com/fhir/Patient/example) - search (e.g. http://example.com/fhir/Patient?_id=example) - history-type (e.g. http://example.com/fhir/Patient/1/_history) -- history-type-version/vread (e.g. e.g. http://example.com/fhir/Patient/1/_history/1) +- history-type-version/vread (e.g. http://example.com/fhir/Patient/1/_history/1) **Don't remove Bundle.js in models/mongodb/FHIRTypeSchema** diff --git a/README.zh-TW.md b/README.zh-TW.md index a0c2dce..c17b392 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -24,7 +24,7 @@ This server supported FHIR RESTFul API below: - delete (e.g. DELETE http://example.com/fhir/Patient/example) - search (e.g. http://example.com/fhir/Patient?_id=example) - history-type (e.g. http://example.com/fhir/Patient/1/_history) -- history-type-version/vread (e.g. e.g. http://example.com/fhir/Patient/1/_history/1) +- history-type-version/vread (e.g. http://example.com/fhir/Patient/1/_history/1) **Don't remove Bundle.js in models/mongodb/FHIRTypeSchema**