@@ -42,7 +42,7 @@ If you are interested in making a tauri app, please visit the [documentation web
4242
4343### App Bundles
4444- [x] App Icons
45- - [x] Build on MacOS (.app, .dmg)
45+ - [x] Build on macOS (.app, .dmg)
4646- [x] Build on Linux (.deb, AppImage)
4747- [x] Build on Windows (.exe, .msi)
4848- [x] Copy Buffer
@@ -88,7 +88,7 @@ If you are interested in making a tauri app, please visit the [documentation web
8888| Auto Updater | Yes | Yes<sup >1</sup > |
8989| Custom App Icon | Yes | Yes |
9090| Windows Binary | Yes | Yes |
91- | MacOS Binary | Yes | Yes |
91+ | macOS Binary | Yes | Yes |
9292| Linux Binary | Yes | Yes |
9393| iOS Binary | Soon | No |
9494| Android Binary | Soon | No |
@@ -108,15 +108,15 @@ Tauri is a system composed of a number of moving pieces:
108108- GitHub actions for CI and CD
109109- Discord for discussions
110110- Netlify-hosted documentation website
111- - DigitalOcean meilisearch instance
111+ - DigitalOcean Meilisearch instance
112112
113113### Major Runtimes
114114- Node.js for running the CLI (deno and pure rust are on the roadmap)
115115- Cargo for testing, running the dev service, building binaries and as the runtime harness for the webview
116116
117117### Major Languages
118118- Rust for the CLI
119- - EcmaScript bindings to the Rust API, written in typescript
119+ - ECMAScript bindings to the Rust API, written in typescript
120120- Rust for bindings, rust side of the API, harnesses
121121- Rust plugins to Tauri backend
122122
0 commit comments