瀏覽代碼

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

Noah Klayman 4 年之前
父節點
當前提交
852b40d4b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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++)           |