Skip to content

Commit

Permalink
Fix small typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Mar 5, 2017
1 parent a69a0a8 commit 7912a43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Use built-in `plugins` command to search and manage custom plugins.

#### Plugins for all platforms
* [Caniuse](https://github.com/KELiON/cerebro-caniuse) – quick access to [caniuse.com](http://caniuse.com) database;
* [Devdocs](https://github.com/KELiON/cerebro-devdocs) – search in dev. documentations provided by [devdocs.io](http://devdocs.io)
* [Devdocs](https://github.com/KELiON/cerebro-devdocs) – search in dev. documentations provided by [devdocs.io](http://devdocs.io);
* [DuckDuckGo](https://github.com/tiagoamaro/cerebro-duck-duck-go) – Use DuckDuckGo as your search engine;
* [Emoj](https://github.com/KELiON/cerebro-emoj) – search for relevant emoji, like `emoj this is awesome`;
* [Gif](https://github.com/KELiON/cerebro-gif) – search for relevant gif, i.e. `gif luck`, `how i met your mother gif`;
Expand All @@ -49,7 +49,7 @@ Use built-in `plugins` command to search and manage custom plugins.
* [Lipsum](https://github.com/codingmatty/cerebro-plugin-lipsum) – generate lorem ipsum text from [lipsum.com](http://www.lipsum.com);
* [Shell](https://github.com/KELiON/cerebro-shell) – exec shell commands without running terminal;
* [Stackoverflow](https://github.com/BrainMaestro/cerebro-stackoverflow) – search for answers to questions on stackoverflow;
* [NPM](https://github.com/JordanAdams/cerebro-npm) – search for NPM packages
* [NPM](https://github.com/JordanAdams/cerebro-npm) – search for NPM packages;
* [Photos](https://github.com/matmunn/cerebro-photos) – search for photos on Unsplash, like `photo mountain`;
* [AQI](https://github.com/hellocreep/cerebro-aqi) – search for AQI(Air Quality Index) information of cities;

Expand All @@ -62,10 +62,10 @@ Check out [plugins documentation](./docs/plugins.md).
First, clone the repo via git:

```bash
git clone https://github.com/KELiON/cerebro.git cerebro
$ git clone https://github.com/KELiON/cerebro.git cerebro
```

And then install dependencies.
And then install dependencies:

```bash
$ cd cerebro && yarn && cd ./app && yarn && cd ../
Expand All @@ -92,7 +92,7 @@ This error means that node modules with native extensions build with wrong node

*Linux*: `$XDG_CONFIG_HOME/Cerebro/config.json` or `~/.config/Cerebro/config.json`

*Mac OS* `~/Library/Application Support/Cerebro/config.json`
*Mac OS*: `~/Library/Application Support/Cerebro/config.json`


### Package
Expand Down

0 comments on commit 7912a43

Please sign in to comment.