diff --git a/.github/.keepalive b/.github/.keepalive
deleted file mode 100644
index 446406a..0000000
--- a/.github/.keepalive
+++ /dev/null
@@ -1 +0,0 @@
-2023-11-01T02:26:53.074Z
diff --git a/README.md b/README.md
index 964d7a4..8cf3c23 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ for ( i = 0; i < x.length; i++ ) {
## See Also
-- [`@stdlib/math-base/special/acosh`][@stdlib/math/base/special/acosh]: compute the hyperbolic arccosine of a number.
+- [`@stdlib/math-base/special/acosh`][@stdlib/math/base/special/acosh]: compute the hyperbolic arccosine of a double-precision floating-point number.
diff --git a/package.json b/package.json
index b1c35e6..3dfe3b3 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
},
"devDependencies": {
"@stdlib/array-base-linspace": "^0.1.0",
- "@stdlib/bench": "^0.1.0",
+ "@stdlib/bench": "^0.2.0",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/math-base-special-abs": "^0.1.1",
"@stdlib/random-base-randu": "^0.1.0",