diff --git a/README.md b/README.md
index 1814964..f58a6c8 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,14 @@
# sget
wget + minisign authentication
+
+## Contributors
+
+Thanks goes to these wonderful people:
+
+
+| [
ppbrown](https://github.com/ppbrown)
[📖](https://github.com/4-S/4S/issues/2) | [
Bryan Black](http://bringyourwallet.com)
[📖](https://github.com/MasieroTechGroup/start-here/wiki/_history?editor=reelsense) |
+| :---: | :---: |
+
+
+
+Contributions of any kind are welcome!
diff --git a/sget.sh b/sget.sh
index eff1c4f..570fe31 100755
--- a/sget.sh
+++ b/sget.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-function getsecurefile() {
+function sget() {
# cd to appropriate directory
wget -q $1
wget -q $2
@@ -15,4 +15,4 @@ mv $fname $fname.minisig /tmp
return 1
}
-getsecurefile $1 $2
\ No newline at end of file
+sget $1 $2