Skip to content

Commit

Permalink
Merge pull request #63 from kantuni/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
steve8708 authored Aug 28, 2024
2 parents 39aebbd + ce4873b commit 84fdab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Micro Agent can also help you match a design. To do this, you need to provide a
micro-agent ./app/about/page.tsx --visual localhost:3000/about
```

Micro agent will then generate code until the rendered output of your code matches more closely matches a screenshot file that you place next to the code you are editing (in this case, it would be `./app/about/page.png`).
Micro agent will then generate code until the rendered output of your code more closely matches a screenshot file that you place next to the code you are editing (in this case, it would be `./app/about/page.png`).

The above assumes the following file structure:

Expand Down

0 comments on commit 84fdab6

Please sign in to comment.