From 786304872a220bbce20efd7ad24df1b3b447131d Mon Sep 17 00:00:00 2001 From: Drew Regitsky Date: Tue, 1 Dec 2015 15:59:00 -0800 Subject: [PATCH] fix(examples): small fixes in READMEs --- examples/N1-Composer-Templates/README.md | 2 +- examples/N1-Composer-Translate/README.md | 2 +- examples/N1-Filters/README.md | 2 +- examples/N1-Github-Contact-Card-Section/README.md | 2 +- examples/N1-Personal-Level-Indicators/README.md | 2 +- examples/N1-Quick-Schedule/README.md | 7 +++---- examples/N1-Quick-Schedule/temp.js | 1 - 7 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 examples/N1-Quick-Schedule/temp.js diff --git a/examples/N1-Composer-Templates/README.md b/examples/N1-Composer-Templates/README.md index b5983e13f..b7bf1389c 100644 --- a/examples/N1-Composer-Templates/README.md +++ b/examples/N1-Composer-Templates/README.md @@ -20,7 +20,7 @@ experience. 1. Download and run N1 -2. From the menu, select `Developer > Install a Package Manually...` +2. From the menu, select `Developer > Install a Plugin Manually...` The dialog will default to this examples directory. Just choose the package to install it! diff --git a/examples/N1-Composer-Translate/README.md b/examples/N1-Composer-Translate/README.md index f1b9d91a5..1ed5b1111 100644 --- a/examples/N1-Composer-Translate/README.md +++ b/examples/N1-Composer-Translate/README.md @@ -9,7 +9,7 @@ A package for N1 that translates draft text into other languages using the Yande 1. Download and run N1 -2. From the menu, select `Developer > Install a Package Manually...` +2. From the menu, select `Developer > Install a Plugin Manually...` The dialog will default to this examples directory. Just choose the `N1-Composer-Translate` folder to install it! diff --git a/examples/N1-Filters/README.md b/examples/N1-Filters/README.md index 5a60787d7..f43b42e4a 100644 --- a/examples/N1-Filters/README.md +++ b/examples/N1-Filters/README.md @@ -6,7 +6,7 @@ 1. Download and run N1 -2. From the menu, select `Developer > Install a Package Manually...` +2. From the menu, select `Developer > Install a Plugin Manually...` The dialog will default to this examples directory. Just choose the package to install it! diff --git a/examples/N1-Github-Contact-Card-Section/README.md b/examples/N1-Github-Contact-Card-Section/README.md index 7dfa59a04..932065083 100644 --- a/examples/N1-Github-Contact-Card-Section/README.md +++ b/examples/N1-Github-Contact-Card-Section/README.md @@ -13,7 +13,7 @@ external sources in the sidebar. 1. Download and run N1 -2. From the menu, select `Developer > Install a Package Manually...` +2. From the menu, select `Developer > Install a Plugin Manually...` The dialog will default to this examples directory. Just choose the package to install it! diff --git a/examples/N1-Personal-Level-Indicators/README.md b/examples/N1-Personal-Level-Indicators/README.md index cf7e40dfb..568336b34 100644 --- a/examples/N1-Personal-Level-Indicators/README.md +++ b/examples/N1-Personal-Level-Indicators/README.md @@ -8,7 +8,7 @@ An icon to indicate whether an email was sent to either just you, or you and oth 1. Download and run N1 -2. From the menu, select `Developer > Install a Package Manually...` +2. From the menu, select `Developer > Install a Plugin Manually...` The dialog will default to this examples directory. Just choose the `N1-Personal-Level-Indicators` folder to install it! diff --git a/examples/N1-Quick-Schedule/README.md b/examples/N1-Quick-Schedule/README.md index 5c8ce7927..ea0688af5 100644 --- a/examples/N1-Quick-Schedule/README.md +++ b/examples/N1-Quick-Schedule/README.md @@ -10,10 +10,9 @@ This plugin works by adding a small "QuickSchedule" button next to the Send butt 1. [Download and run N1](https://nylas.com/n1) -2. [Download the plugin](https://www.dropbox.com/s/3n3t6lt17g0nuhy/n1-quickschedule-plugin.zip?dl=0) and unzip it - -3. From the menu, select `Developer > Install a Package Manually...` - Choose the unzipped `n1-quickschedule-plugin` directory to install the plugin. +2. From the menu, select `Developer > Install a Plugin Manually...` + The dialog will default to this examples directory. Just choose the + `N1-Quick-Schedule` folder to install it! > Note: When you install plugins, they're moved to `~/.nylas/packages`, > and N1 runs `apm install` on the command line to fetch dependencies diff --git a/examples/N1-Quick-Schedule/temp.js b/examples/N1-Quick-Schedule/temp.js deleted file mode 100644 index 7acd26ed0..000000000 --- a/examples/N1-Quick-Schedule/temp.js +++ /dev/null @@ -1 +0,0 @@ -w = new BrowserWindow({'node-integration':false, width:500, height:400});