Skip to content

Commit

Permalink
(doc) fix use of * to code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jun 12, 2016
1 parent 91db949 commit 6d7ebba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Part or all of the Display Name as you see it in Programs and Features.
It should be enough to be unique.
If the display name contains a version number, such as "Launchy 2.5",
it is recommended you use a fuzzy search "Launchy*" (the wildcard '*')
it is recommended you use a fuzzy search `"Launchy*"` (the wildcard `*`)
as if the version is upgraded or autoupgraded, suddenly the uninstall
script will stop working and it may not be clear as to what went wrong
at first.
Expand Down

0 comments on commit 6d7ebba

Please sign in to comment.