Skip to content

Commit 2f074fa

Browse files
committed
updated readme
1 parent 21a91f6 commit 2f074fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/ferric/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ A wrapper around Cargo making it easier to produce prebuilt binaries targeting i
1212
"scripts": {
1313
"gen:rs": "ferric init lib_name",
1414
"build": "ferric build --cwd lib_name",
15-
"build:release": "npm run build -- --configuration release",
16-
},
15+
"build:release": "npm run build -- --configuration release"
16+
}
1717
```
1818

1919
### Project Structure
@@ -33,3 +33,5 @@ lib_name
3333
│ │ native_android_folder
3434
│ │ native_ios_folder
3535
```
36+
37+
> Example project seen in `apps/test-app/lib_in_rust`.

0 commit comments

Comments
 (0)