diff options
author | Robby Russell <robby@planetargon.com> | 2015-08-29 20:43:46 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-08-29 20:43:46 -0700 |
commit | b1d57fad0da8f6029f0e4e512a61a9f4213941df (patch) | |
tree | e38b4afada1c4a0371fcb235edd00c1e4ea31404 /plugins/frontend-search/README.md | |
parent | 192de6bcffb0294e19f4203f6f7dc1a7f3e427be (diff) | |
parent | 0a80889848ccb3ada94dd2fdb793a01a268f7a16 (diff) | |
download | zsh-b1d57fad0da8f6029f0e4e512a61a9f4213941df.tar.gz zsh-b1d57fad0da8f6029f0e4e512a61a9f4213941df.tar.bz2 zsh-b1d57fad0da8f6029f0e4e512a61a9f4213941df.zip |
Merge pull request #4294 from willmendesneto/master
Frontend-search: add search in npm website
Diffstat (limited to 'plugins/frontend-search/README.md')
-rw-r--r-- | plugins/frontend-search/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/frontend-search/README.md b/plugins/frontend-search/README.md index 801d450f3..b8e96ea4a 100644 --- a/plugins/frontend-search/README.md +++ b/plugins/frontend-search/README.md @@ -43,6 +43,7 @@ The search content are * `reactjs <google.com/search?as_q=<search-term>&as_sitesearch=facebook.github.io/react>` * `emberjs <emberjs.com>` * `stackoverflow <stackoverflow.com>` +* `npmjs <npmjs.com>` ## Aliases ## @@ -69,6 +70,7 @@ There are a few aliases presented as well: * `reactjs` A shorthand for `frontend reactjs` * `emberjs` A shorthand for `frontend emberjs` * `stackoverflow` A shorthand for `frontend stackoverflow` +* `npmjs` A shorthand for `frontend npmjs` ## Author |