diff --git a/README.md b/README.md
index a69f9620..f8f4ffe8 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@
- Manage your files from a browser
- Org mode friendly ([documentation](https://github.com/mickael-kerjean/nuage/wiki/Release-0.1:-Org-Mode-everywhere))
- Photo management ([documentation](https://github.com/mickael-kerjean/nuage/wiki/Release-0.2:-Photo-Management))
+- Flexible Share mechanism
- User friendly
- Mobile friendly
- Customisable ([documentation](https://github.com/mickael-kerjean/nuage/wiki/Customisation))
diff --git a/client/pages/sharepage.js b/client/pages/sharepage.js
index 6636ffcc..75b62ca3 100644
--- a/client/pages/sharepage.js
+++ b/client/pages/sharepage.js
@@ -70,7 +70,7 @@ export class SharePage extends React.Component {
if(filetype(this.state.path) === "directory"){
return ( );
}else{
- return ( );
+ return ( );
}
} else if (this.state.key === null){
return (