diff --git a/.github/.keepalive b/.github/.keepalive
deleted file mode 100644
index 4e8b56a..0000000
--- a/.github/.keepalive
+++ /dev/null
@@ -1 +0,0 @@
-2023-12-01T04:08:48.439Z
diff --git a/README.md b/README.md
index 2098246..7e88058 100644
--- a/README.md
+++ b/README.md
@@ -222,7 +222,7 @@ int main( void ) {
## See Also
- [`@stdlib/math-base/special/copysign`][@stdlib/math/base/special/copysign]: return a double-precision floating-point number with the magnitude of x and the sign of y.
-- [`@stdlib/math-base/special/flipsignf`][@stdlib/math/base/special/flipsignf]: return a single-precision floating-point number with the magnitude of x and the sign of x*y.
+- [`@stdlib/math-base/special/flipsignf`][@stdlib/math/base/special/flipsignf]: return a single-precision floating-point number with the magnitude of x and the sign of x\*y.