Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme: fix formatting #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ official docsets or `m-x helm-dash-install-user-docset` for user
contributed docsets (experimental).

To install a docset from a file in your drive you can use `m-x
helm-dash-install-docset-from-file'. That function takes as input
helm-dash-install-docset-from-file`. That function takes as input
a `tgz` file that you obtained, starting from a folder named `<docset
name>.docset`, with the command:

Expand All @@ -65,7 +65,7 @@ loaded. Typing substrings of what you search will find-as-you-type.
- The search starts from 3 chars.
- Install new docsets with m-x helm-dash-install-docset
- After installing a new docset, add the name of the docset to
`helm-dash-common-docsets' or in 'helm-dash-docsets' (which is ment
`helm-dash-common-docsets` or in `helm-dash-docsets` (which is ment
to be buffer local)

`m-x helm-dash-at-point RET` is like helm-dash, but it will prefill
Expand Down Expand Up @@ -96,7 +96,7 @@ the creation and deletion of a temporary file for each query).

### Common docsets

`helm-dash-common-docsets' is a list that should contain the docsets
`helm-dash-common-docsets` is a list that should contain the docsets
to be active always. In all buffers.

### Buffer local docsets
Expand Down