diff --git a/README.md b/README.md index 118f9419..486dec7c 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ After installation use the default shortcut `ctrl+space` to show the app window. ### Core plugins -- Search in the web with google suggestions; -- Search & launch application, i.e. `spotify`; -- Navigate in file system with file previews (i.e. `~/Dropbox/passport.pdf`); -- Calculator; +- Search in the web with your favourite search engine +- Search & launch application, i.e. `spotify` +- Navigate in file system with file previews (i.e. `~/Dropbox/passport.pdf`) +- Calculator - Smart converter. `15$`, `150 рублей в евро`, `100 eur in gbp`; ### Install plugins diff --git a/app/plugins/core/plugins/initializeAsync.js b/app/plugins/core/plugins/initializeAsync.js index 27d69654..47969814 100644 --- a/app/plugins/core/plugins/initializeAsync.js +++ b/app/plugins/core/plugins/initializeAsync.js @@ -8,7 +8,7 @@ import getInstalledPlugins from './getInstalledPlugins' const DEFAULT_PLUGINS = [ process.platform === 'darwin' ? 'cerebro-mac-apps' : '@cerebroapp/cerebro-basic-apps', - 'cerebro-google', + '@cerebroapp/search', 'cerebro-math', 'cerebro-converter', 'cerebro-open-web',