diff --git a/headercase/README.md b/headercase/README.md
index fd1044e7..5cd485d0 100644
--- a/headercase/README.md
+++ b/headercase/README.md
@@ -162,6 +162,15 @@ Foo-Bar
@@ -174,6 +183,18 @@ Foo-Bar
[mdn-regexp]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
+
+
+[@stdlib/string/camelcase]: https://github.com/stdlib-js/string/tree/main/camelcase
+
+[@stdlib/string/kebabcase]: https://github.com/stdlib-js/string/tree/main/kebabcase
+
+[@stdlib/string/pascalcase]: https://github.com/stdlib-js/string/tree/main/pascalcase
+
+[@stdlib/string/snakecase]: https://github.com/stdlib-js/string/tree/main/snakecase
+
+
+
diff --git a/remove-first/README.md b/remove-first/README.md
index cbbe9f93..41a77761 100644
--- a/remove-first/README.md
+++ b/remove-first/README.md
@@ -202,7 +202,7 @@ oop
## See Also
-- [`@stdlib/string/remove-last`][@stdlib/string/remove-last]: remove the last character of a string.
+- [`@stdlib/string/remove-last`][@stdlib/string/remove-last]: remove the last character(s) of a string.