Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev authored Jan 10, 2021
1 parent 6bf4a33 commit 287a11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ http://ctrl-freaks.github.io/freezeframe.js/

## v5 - TypeScript

Freezeframe is now built entirely in TypeScript! The library will still support usage in JavaScript, but if your project uses TypeScript, you'll have access to Freezeframe's type definitions, improved input validation, and depending on your IDE/text editor, autocompletion/intellisense.
Freezeframe is now written in / supports TypeScript! The library will still support usage in JavaScript, but if your project uses TypeScript, you'll have access to Freezeframe's type definitions, improved input validation, and depending on your IDE/text editor, autocompletion/intellisense.

To get started using freezeframe 5:

Expand All @@ -31,7 +31,7 @@ npm install [email protected]
Version 5+ is built with modern development in mind. It's transpiled from TypeScript to JavaScript, and it should
work in all modern browsers, but we are no longer supporting older browsers, or the jquery plugin.

If you need to support older browsers, try v4.x:
If you need to support older browsers (and don't need TypeScript), try v4.x:

```sh
npm install [email protected]
Expand Down

0 comments on commit 287a11e

Please sign in to comment.