From 663a466a35d410ee13fa9dfa61ec5e18ebb01597 Mon Sep 17 00:00:00 2001 From: Cyril Krylatov Date: Fri, 25 Sep 2020 02:29:56 +0000 Subject: [PATCH] docs(readme): fix typo (#1934) Update some minor typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2b2ff177..cc2778c5e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) @@ -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: