AWS S3 to Log: Fixed README (#36)

diff --git a/kamelets/aws-s3-to-log/README.md b/kamelets/aws-s3-to-log/README.md
index 3840d12..e881808 100644
--- a/kamelets/aws-s3-to-log/README.md
+++ b/kamelets/aws-s3-to-log/README.md
@@ -4,15 +4,15 @@
 
 - The Log Sink Kamelet is not available out of the box in 1.5.0 Camel-K release so you'll have to install it before installing the flow binding.
 
-- If camel-k has been installed in a specific namespace different from the default one, you'll need to add a parameter to all the command (-n <namespace_name>)s
+- If camel-k has been installed in a specific namespace different from the default one, you'll need to add a parameter to all the command (-n <namespace_name>)
 
 - Run the following commands
 
-  kubectl apply -f log-sink.kamelet.yaml
-  kubectl apply -f flow-binding.yaml 
+  - kubectl apply -f log-sink.kamelet.yaml
+  - kubectl apply -f flow-binding.yaml 
 
 - Check logs
 
-  kamel logs aws-s3-to-log
+  - kamel logs aws-s3-to-log
 
 - If you have files on your S3 bucket you should see their content consumed and the file in the bucket deleted