diff --git a/README.md b/README.md index 8c9f98cf0..f0d8a0862 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ The following list quickly summarizes all the `TinyORM` features. - __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps 🪡 - supports controlling a custom date format during serialization - supports hiding and appending attributes - - supports defining Accessors (transform attribute value when it is accessed; eg. building value from multiple attributes) + - supports defining __Accessors__ (transform attribute value when it is accessed; eg. building value from multiple attributes) - __compiled database migrations and seeders__ 🕺 - create, update, drop, and rename database tables - create, __update__, drop, and rename table columns diff --git a/docs/features-summary.mdx b/docs/features-summary.mdx index ff1600612..412c453b3 100644 --- a/docs/features-summary.mdx +++ b/docs/features-summary.mdx @@ -44,7 +44,7 @@ The following list quickly summarizes all the `TinyORM` features. - __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps 🪡 - supports controlling a custom date format during serialization - supports hiding and appending attributes - - supports defining Accessors (transform attribute value when it is accessed; eg. building value from multiple attributes) + - supports defining __Accessors__ (transform attribute value when it is accessed; eg. building value from multiple attributes) - __compiled database migrations and seeders__ 🕺 - create, update, drop, and rename database tables - create, __update__, drop, and rename table columns