From a3391a970eda1e3fe62e310b71a1685202841ffe Mon Sep 17 00:00:00 2001 From: aqilaziz Date: Fri, 8 May 2026 05:23:28 +0700 Subject: [PATCH] docs: fix README typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e6b2f04..64a917ad 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ DocuSeal is an open source platform that provides secure and efficient digital d - Company logo and white-label - User roles - Automated reminders -- Invitation and identify verification via SMS +- Invitation and identity verification via SMS - Conditional fields and formulas - Bulk send with CSV, XLSX spreadsheet import - SSO / SAML @@ -74,7 +74,7 @@ DocuSeal is an open source platform that provides secure and efficient digital d docker run --name docuseal -p 3000:3000 -v.:/data docuseal/docuseal ``` -By default DocuSeal docker container uses an SQLite database to store data and configurations. Alternatively, it is possible use PostgreSQL or MySQL databases by specifying the `DATABASE_URL` env variable. +By default DocuSeal docker container uses an SQLite database to store data and configurations. Alternatively, it is possible to use PostgreSQL or MySQL databases by specifying the `DATABASE_URL` env variable. #### Docker Compose