Skip to content

Commit df34b6d

Browse files
committed
Fix doc link to Enumeration
Markdown syntax was incorrect.
1 parent e86e0e8 commit df34b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ Note that the generator take care of creating directories corresponding to the n
660660
Without configuration file, the tool will build the entire Schema.org vocabulary. If no properties are specified for a given
661661
type, all its properties will be generated.
662662

663-
The generator also support enumerations generation. For subclasses of `[Enumeration](https://schema.org/Enumeration)`, the
663+
The generator also support enumerations generation. For subclasses of [`Enumeration`](https://schema.org/Enumeration), the
664664
generator will automatically create a class extending the Enum type provided by [myclabs/php-enum](https://github.com/myclabs/php-enum).
665665
Don't forget to install this library in your project. Refer you to PHP Enum documentation to see how to use it. The Symfony
666666
validation annotation generator automatically takes care of enumerations to validate choices values.
@@ -723,4 +723,4 @@ When the cardinality cannot be automatically extracted, it's value is set to `un
723723

724724
Usage:
725725

726-
bin/schema extract-cardinalities
726+
bin/schema extract-cardinalities

0 commit comments

Comments
 (0)