[MINOR] Updating sql-streaming sqs Readme (#98)

Fixing dependency name and adding useInstanceProfileCredentials
in the example on Readme because it is frequently used.
diff --git a/sql-streaming-sqs/README.md b/sql-streaming-sqs/README.md
index 7008766..b0555d6 100644
--- a/sql-streaming-sqs/README.md
+++ b/sql-streaming-sqs/README.md
@@ -30,7 +30,7 @@
 
     <dependency>
         <groupId>org.apache.bahir</groupId>
-        <artifactId>spark-sql-streaming-akka_{{site.SCALA_BINARY_VERSION}}</artifactId>
+        <artifactId>spark-sql-streaming-sqs_{{site.SCALA_BINARY_VERSION}}</artifactId>
         <version>{{site.SPARK_VERSION}}</version>
     </dependency>
 
@@ -76,4 +76,5 @@
                           .option("fileFormat", "json")
                           .option("sqsFetchIntervalSeconds", "2")
                           .option("sqsLongPollingWaitTimeSeconds", "5")
+                          .option("useInstanceProfileCredentials", "true")
                           .load()