diff --git a/README.md b/README.md
index 4ea8151fa..ec2c86abc 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@
> Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
+[](https://www.digitalocean.com)
+
- Use Ctrl + F or command + F to search for a snippet.
- Contributions welcome, please read the [contribution guide](CONTRIBUTING.md).
diff --git a/docs/adapter.html b/docs/adapter.html
index b9c269dc6..c2a0febd5 100644
--- a/docs/adapter.html
+++ b/docs/adapter.html
@@ -152,4 +152,4 @@ Object.assig
arrayMax([1,2,3]);// 3
unary
Creates a function that accepts up to one argument, ignoring any additional arguments.
Call the provided function, fn, with just the first argument given.