Skip to content

Commit 99ada4b

Browse files
docs: Update comment regarding pluginName in full example (#81)
After these changes: 91c22ec It's no longer true that `pluginName` is unnecessary
1 parent 833852d commit 99ada4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ pluginTester({
351351
// required
352352
plugin: identifierReversePlugin,
353353

354-
// unnecessary if it's returned with the plugin
354+
// will default to 'unknown plugin'
355355
pluginName: 'identifier reverse',
356356

357357
// defaults to the plugin name

0 commit comments

Comments
 (0)