From c75863dbad0ab3fd5cd53066364810e4aba6f8eb Mon Sep 17 00:00:00 2001
From: Sindre Sorhus
Date: Sat, 27 Sep 2025 13:34:49 +0900
Subject: [PATCH] Meta tweaks
---
readme.md | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
index 9699485..fe51818 100644
--- a/readme.md
+++ b/readme.md
@@ -29,6 +29,20 @@
+
+
+
+
+

+
+
+
Talk to code, stay in the Flow.
+
+ Flow is built for devs who live in their tools. Speak and give more context, get better results.
+
+
+
+
@@ -369,7 +383,7 @@
- [istextorbinary](https://github.com/bevry/istextorbinary) - Check if a file is text or binary.
- [fs-jetpack](https://github.com/szwacz/fs-jetpack) - Completely redesigned file system API for convenience in everyday use.
- [fs-extra](https://github.com/jprichardson/node-fs-extra) - Extra methods for the `fs` module.
-- [pkg-dir](https://github.com/sindresorhus/pkg-dir) - Find the root directory of an npm package.
+- [package-directory](https://github.com/sindresorhus/package-directory) - Find the root directory of an npm package.
- [filehound](https://github.com/nspragg/filehound) - Flexible and fluent interface for searching the file system.
- [move-file](https://github.com/sindresorhus/move-file) - Move a file, even works across devices.
- [tempy](https://github.com/sindresorhus/tempy) - Get a random temporary file or directory path.