diff --git a/book/models.nim b/book/models.nim index 3bd1ddf4..64b93ad0 100644 --- a/book/models.nim +++ b/book/models.nim @@ -92,7 +92,7 @@ This will result in this schema: ## Custom Schema Name (PostgreSQL only) -PostgreSQL schemas are named collections of tables (`read more in the docs `__). +PostgreSQL schemas are named collections of tables (`read more in the docs `_). To set a schema name for your model, use `schemaName` pragma: """