diff --git a/app/editor.go b/app/editor.go index fb86223..12cd840 100644 --- a/app/editor.go +++ b/app/editor.go @@ -37,12 +37,12 @@ take your homepage, for example: looks pretty barren, doesn't it? let's edit it to add some more words. type `}, - vaxis.Segment{Text: "nano public_html/index.html", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}}, - vaxis.Segment{Text: ` to open nano, our text editor of choice. in it, make some changes, and press `}, - vaxis.Segment{Text: "Ctrl+O", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}}, + vaxis.Segment{Text: "micro public_html/index.html", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}}, + vaxis.Segment{Text: ` to open micro, our text editor of choice. in it, make some changes, and press `}, + vaxis.Segment{Text: "Ctrl+S", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}}, vaxis.Segment{Text: ` to save and look at the changes in your browser. press `}, - vaxis.Segment{Text: "Ctrl+X", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}}, - vaxis.Segment{Text: ` to save and exit nano. + vaxis.Segment{Text: "Ctrl+Q", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}}, + vaxis.Segment{Text: ` to save and exit micro. like before, when you're done, type `}, vaxis.Segment{Text: "exit", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},