diff --git a/subjects/clonernews1/audit/README.md b/subjects/clonernews1/audit/README.md
new file mode 100644
index 000000000..e69de29bb
diff --git a/subjects/sortable1/README.md b/subjects/sortable1/README.md
index bd0302f25..c21ac3adb 100644
--- a/subjects/sortable1/README.md
+++ b/subjects/sortable1/README.md
@@ -32,21 +32,21 @@ fetch('https://rawcdn.githack.com/akabab/superhero-api/0.2.0/api/all.json')
.then(loadData) // .then will call the function with the JSON value
```
-
#### Display
Not every field should be presented in a `
` element,
the necessary data will be:
- - Icon (`.images.xs`, should be displayed as images and not as a string)
- - Name (`.name`)
- - Full Name (`.biography.fullName`)
- - Powerstats (each entry of `.powerstats`)
- - Race (`.appearance.race`)
- - Gender (`.appearance.gender`)
- - Height (`.appearance.height`)
- - Weight (`.appearance.weight`)
- - Place Of Birth (`.biography.placeOfBirth`)
- - Alignement (`.biography.alignment`)
+
+- Icon (`.images.xs`, should be displayed as images and not as a string)
+- Name (`.name`)
+- Full Name (`.biography.fullName`)
+- Powerstats (each entry of `.powerstats`)
+- Race (`.appearance.race`)
+- Gender (`.appearance.gender`)
+- Height (`.appearance.height`)
+- Weight (`.appearance.weight`)
+- Place Of Birth (`.biography.placeOfBirth`)
+- Alignement (`.biography.alignment`)
The information must be displayed in multiple pages. \
A `