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

docs(README): fix typo #1934

Merged
merged 1 commit into from
Sep 25, 2020
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ These files now trigger console.warn with a message to come here:
### Bower

Bower has been deprecated, which means we will no longer support it.
Please replace your usage of bower with npm, yarn or a javascript package manager of your choice.
Please replace your usage of bower with npm, yarn or a JavaScript package manager of your choice.

## Features

Expand All @@ -50,13 +50,13 @@ Please replace your usage of bower with npm, yarn or a javascript package manage
- Support for [plugins](#plugins)
- [CDN](#cdn)
- No jQuery required (but there is [support]())
- Typescript definitions via [@types/sortablejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sortablejs)
- TypeScript definitions via [@types/sortablejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sortablejs)

### Bindings and Components

There are many bindings for SortableJS to use with your favourite frameworks and libraries:

- [JQuery](https://github.com/SortableJS/jquery-sortablejs)
- [jQuery](https://github.com/SortableJS/jquery-sortablejs)
- [Meteor](https://github.com/SortableJS/meteor-sortablejs)
- Angular
- [2.0+](https://github.com/SortableJS/angular-sortablejs)
Expand Down Expand Up @@ -85,7 +85,7 @@ Install via command line using `yarn` or `npm`.
npm install sortablejs --save

# yarn v1.x
yarn add -D sortablejs
yarn add sortablejs
```

Import into your project:
Expand Down