Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Jun 8, 2024
1 parent 2e0872a commit b8991a5
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 @@ -15,7 +15,7 @@ graph TD
C -->|No| E[Find imports in project]
E --> F[Match found?]
F -->|Yes| G[Select one and insert import statement]
F -->|No| H[Insert `import <word>`]
F -->|No| H[Insert `import \<word\>`]
```

1. Match lookup table with the current word
Expand Down

0 comments on commit b8991a5

Please sign in to comment.