Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Generate `llms.txt` (table of contents) and `llms-full.txt` (full content) from
| [`@llmtxt/core`](./packages/core) | Scan your `app/` directory and generate `llms.txt` + `llms-full.txt` |
| [`@llmtxt/next`](./packages/next) | Next.js App Router route handlers for `/llms.txt` and `/llms-full.txt` |
| [`@llmtxt/middleware`](./packages/middleware) | Next.js middleware: any page responds as Markdown on `Accept: text/markdown` |
| [`@llmtxt/react`](./packages/react) (It’s not working right now. It’s still in the testing phase.
) | Build-time helpers for React SPAs: generate `llms.txt` + `llms-full.txt` from a route list |
| [`@llmtxt/react`](./packages/react)|(It’s not working right now. It’s still in the testing phase.) Build-time helpers for React SPAs: generate `llms.txt` + `llms-full.txt` from a route list |

## Keywords (SEO)

Expand Down
Loading