diff --git a/docs/tutorials/crewMemberCollection.md b/docs/tutorials/crewMemberCollection.md
index c1bda838..202d2baa 100644
--- a/docs/tutorials/crewMemberCollection.md
+++ b/docs/tutorials/crewMemberCollection.md
@@ -24,13 +24,13 @@ Let us create a set of metadata instances from this table that represents the cr
With these assumptions we will create:
-- a metadata Collection for storing metadata instances
-- a unique set of Consortium instances based on the name given in the memberOf column
-- a ContactInformation instance based on the email column
-- a Person instance for each table row with:
-- the givenName, familyName, and alternateName (if available)
-- a link to the respective ContactInformation instance
-- a person-specific embedded Affiliation instance that links to the respective Consortium instance
+- a metadata Collection for storing metadata instances
+- a unique set of Consortium instances based on the name given in the memberOf column
+- a ContactInformation instance based on the email column
+- a Person instance for each table row with:
+ - the givenName, familyName, and alternateName (if available)
+ - a link to the respective ContactInformation instance
+ - a person-specific embedded Affiliation instance that links to the respective Consortium instance
We start by creating an empty metadata collection for storing metadata instances.