Pārlūkot izejas kodu

fix(readme): typo in electron comparison table, fixes #2176 (#2195)

Noah Klayman 4 gadi atpakaļ
vecāks
revīzija
852b40d4b8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -85,7 +85,7 @@ If you are interested in making a tauri-app, please visit the [documentation web
 | -------------------------- | ------ | -------------------- |
 | Installer Size Linux       | 3.1 MB | 52.1 MB              |
 | Memory Consumption Linux   | 180 MB | 462 MB               |
-| Launch Time Linux          | 0.39s  | .80s                 |
+| Launch Time Linux          | 0.39s  | 0.80s                 |
 | Interface Service Provider | WRY    | Chromium             |
 | Backend Binding            | Rust   | Node.js (ECMAScript) |
 | Underlying Engine          | Rust   | V8 (C/C++)           |