Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jan 19, 2025
1 parent 60a9dcc commit 7bf36f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ type = 'command'
description = 'Some entrypoint description'

[[entrypoint]]
id = 'command-generator'
name = 'Command generator'
path = 'src/command-generator.ts'
type = 'command-generator'
id = 'entrypoint-generator'
name = 'Entrypoint generator'
path = 'src/entrypoint-generator.ts'
type = 'entrypoint-generator'
description = 'Some entrypoint description'

[[entrypoint]]
Expand Down

0 comments on commit 7bf36f9

Please sign in to comment.