diff --git a/packages/xpub-aws/README.md b/packages/xpub-aws/README.md
index 221b3d3a08623ab47f6b781713c857d4fd50d665..e659545f1b65deaf0e6c822b6284e32e0b6c5e80 100644
--- a/packages/xpub-aws/README.md
+++ b/packages/xpub-aws/README.md
@@ -53,8 +53,8 @@ Content-Type: text/plain
 This endpoint allows you to retrieve a file's signed URL that can be used to download the file.
 #### Request
 `GET /api/aws-signed-url/{fragmentId}/{fileId}`
-|URI Parameter|Requiered|Requirements|Description|
-| :---: | :---: | :---: | :---: |
+| URI Parameter | Requiered | Requirements | Description |
+| -------- | -------- | -------- | -------- |
 | fragmentId | Yes | String | The ID of the fragment to which the file belongs to |
 | fileId | Yes | String | The ID of the file |
 
@@ -69,8 +69,8 @@ HTTP/1.1 200
 ## Delete file [DELETE]
 #### Request
 `DELETE /api/aws-delete/{fragmentId}/{fileId}`
-|URI Parameter|Requiered|Requirements|Description|
-| :---: | :---: | :---: | :---: |
+| URI Parameter | Requiered | Requirements | Description |
+| -------- | -------- | -------- | -------- |
 | fragmentId | Yes | String | The ID of the fragment to which the file belongs to |
 | fileId | Yes | String | The ID of the file |