Skip to content

Commit 1aafea0

Browse files
fix typos in README.md and update license in package.json (#13)
* fix typos in README.md * change license from ISC to MIT in package.json
1 parent fa62fc5 commit 1aafea0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Common Files for Web
2-
**When you export a Flow project to HTML, React, or anything Web-related, Flow includes a set of helper classes and extensions that help manage and control your animations. This page provides and overview and a link to each of these files.**
2+
**When you export a Flow project to HTML, React, or anything Web-related, Flow includes a set of helper classes and extensions that help manage and control your animations. This page provides an overview and a link to each of these files.**
33

44
A major goal behind our efforts here at Flow is to produce the cleanest code possible. For any platform, this means conforming to industry standards. For Web, in particular, it means staying away from 3rd party libraries and adopting the future of natively supported cross-browser animations - a.k.a the [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API) (WAAPI).
55

@@ -9,7 +9,7 @@ A major goal behind our efforts here at Flow is to produce the cleanest code pos
99
There are a lot of reasons for adopting WAAPI. Primarily, it is on-track to being the only cross-browser API and even though portions of the API aren't fully supported by every browser, there is a polyfill that covers 99.9% of the gaps. Also, WAAPI is indcredibly performant.
1010

1111
## Overview
12-
Working with WAAPI can be difficult, so to make things as clean as possible, Flow requires a few light weight classes for organizing and automating the construction of native web-animations.
12+
Working with WAAPI can be difficult, so to make things as clean as possible, Flow requires a few lightweight classes for organizing and automating the construction of native web-animations.
1313

1414
Within FlowCommon - Web are the following classes:
1515

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "",
10-
"license": "ISC",
10+
"license": "MIT",
1111
"devDependencies": {
1212
"eslint": "^6.8.0",
1313
"eslint-config-airbnb-base": "^14.1.0",

0 commit comments

Comments
 (0)