Skip to content

Commit 3a91f16

Browse files
committed
feat: fixing vendor-out
1 parent 3b89d13 commit 3a91f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following are the [Flutter Supported Devices](https://docs.flutter.dev/devel
5353
- vendor
5454
- text.go
5555
- go.mod
56-
- vendor-out (tmp)
56+
- vendor/out (tmp)
5757
- text.a
5858
- text.h
5959

@@ -63,7 +63,7 @@ The following are the [Flutter Supported Devices](https://docs.flutter.dev/devel
6363

6464
`vendor` - Golang files as backend
6565

66-
`vendor-out` - Golang compiled files
66+
`vendor/out` - Golang compiled files
6767

6868
## License
6969

0 commit comments

Comments
 (0)