From 14a20147c66d5535fcbc28e7ca0e3033600796e9 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 13 Nov 2014 18:05:01 -0800 Subject: [PATCH] Add an example --- docs/upgrading/upgrading-your-package.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/upgrading/upgrading-your-package.md b/docs/upgrading/upgrading-your-package.md index ec98786f4..5f7e3e128 100644 --- a/docs/upgrading/upgrading-your-package.md +++ b/docs/upgrading/upgrading-your-package.md @@ -193,7 +193,7 @@ class CommandPaletteView extends SelectListView @panel?.hide() ``` -See the [SelectListView docs][SelectListView] for all the options. +See the [SelectListView docs][SelectListView] for all the options. And check out the [conversion of CommandPaletteView][selectlistview-example] as a real-world example. ## Specs @@ -203,3 +203,4 @@ TODO: come up with patterns for converting away from using `workspaceView` and ` [texteditorview]:https://github.com/atom/atom-space-pen-views#texteditorview [scrollview]:https://github.com/atom/atom-space-pen-views#scrollview [selectlistview]:https://github.com/atom/atom-space-pen-views#selectlistview +[selectlistview-example]:https://github.com/atom/command-palette/pull/19/files