Update README.md

This commit is contained in:
2026-01-21 04:46:03 +00:00
parent eed65c4221
commit fa6039d490

View File

@@ -4,7 +4,7 @@ Minimal Claude Code alternative. Single Python file, zero dependencies, ~250 lin
Built using Claude Code, then used to build itself.
![screenshot](screenshot.png)
![screenshot](https://d1pz4mbco29rws.cloudfront.net/public/nanocode.png)
## Features
@@ -56,14 +56,14 @@ python nanocode.py
## Example
```
────────────────────────────────────────
what files are here?
────────────────────────────────────────
────────────────────────────────────────
❯ what files are here?
────────────────────────────────────────
Glob(**/*.py)
nanocode.py
⏺ Glob(**/*.py)
⎿ nanocode.py
There's one Python file: nanocode.py
⏺ There's one Python file: nanocode.py
```
## License