Skip to content

Commit a8498fa

Browse files
committed
typos readme
1 parent d80e258 commit a8498fa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.4+4
2+
- Typos readme
3+
14
## 0.0.4+3
25
- Added more info to the readme and todo list
36

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Future<void> main() async {
3535
}
3636
```
3737

38-
## Enums are enums and not Strings
38+
## Enums
3939

4040
Enums like `document.visibilityState` are `Strings` in JS world,
4141
but here we work with enums instead.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: js_bindings
22
description: Complete JS bindings interop with autocomplete and documentation.
3-
version: 0.0.4+3
3+
version: 0.0.4+4
44
repository: https://github.com/jodinathan/js_bindings
55

66
environment:

0 commit comments

Comments
 (0)