Skip to content

Commit 86485ef

Browse files
committed
Moved the alias option to optional instead of under annotation in the readme
1 parent 93b4b8e commit 86485ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,10 @@ Configuration
212212
* **resources_namespace**: A namespaceish path to where the mapping
213213
files are located. Example: `Path\To\Foo\Resources\mappings`
214214

215-
Each **annotation** mapping may also specify the following options:
215+
Each mapping definition can have the following optional options:
216216
* **alias** (Default: null): Set the alias for the entity namespace.
217+
218+
Each **annotation** mapping may also specify the following options:
217219
* **use_simple_annotation_reader** (Default: true):
218220
If `true`, only simple notations like `@Entity` will work.
219221
If `false`, more advanced notations and aliasing via `use` will

0 commit comments

Comments
 (0)