From eec9c1f18d0b68dbb863bc6b2b2aa0c9088ac776 Mon Sep 17 00:00:00 2001
From: Sebastian <sebastian.mihalache@thinslices.com>
Date: Wed, 31 Jan 2018 17:03:30 +0200
Subject: [PATCH] fixed readme table

---
 packages/xpub-aws/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/xpub-aws/README.md b/packages/xpub-aws/README.md
index 221b3d3a0..e659545f1 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 |
 
-- 
GitLab