better message for enabeling xcode markdown rendering

This commit is contained in:
Seyed Mojtaba Hosseini Zeidabadi 2022-11-09 18:58:44 +03:30
parent db0db75e63
commit f9db8c5449

View File

@ -123,7 +123,7 @@ class GenerateCommand: ProjectCommand {
if renderMarkdowns {
do {
try fileWriter.writeMarkdownRendererPlist()
success("Created markdown renderer in the project file")
success("Xcode markdown rendering enabled")
} catch {
throw GenerationError.writingError(error)
}