diff --git a/README.md b/README.md index 7e34955c..1f2df9c0 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,16 @@ Surreal is a scalable, distributed, strongly-consistent, collaborative document- - End-user multi-tenancy authentication - Flexible **data manipulation** queries - Automatic creation of tables - - Sceha-less or schema-full tables + - Schema-less or schema-full tables - Automatic data field sanitization - - Mandatory, and readonly data fields + - Mandatory, readonly, and validated data fields - Define embedded fields, and object arrays - Advanced customisable **indexing** support - - Single-column indexs - - Multiple-column indexes + - Single-column indexes + - Multiple-column indexes + - Multiple-compound indexes - Indexing of embedded data fields - - LUA/JS scripting for custom indexes + - JS/LUA scripting for custom indexes - Full-text indexing of all data by default - **Collaborative** editing and manipulation of data - Live realtime queries @@ -73,4 +74,4 @@ surreal start --port-web 8002 --port-tcp 33695 --db-path boltdb://surreal-3.db - docker run --name surreal-1 abcum/surreal start --port-web 8000 --port-tcp 33693 --join localhost:33693 --log-level debug docker run --name surreal-2 abcum/surreal start --port-web 8001 --port-tcp 33694 --join localhost:33693 --log-level debug docker run --name surreal-3 abcum/surreal start --port-web 8002 --port-tcp 33695 --join localhost:33693 --log-level debug -``` \ No newline at end of file +```