瀏覽代碼

Merge pull request #78 from higumachan/patch-1

Fix typo in document
Jonathan Kelley 3 年之前
父節點
當前提交
c9aaa96432
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/mobile/README.md

+ 1 - 1
packages/mobile/README.md

@@ -21,7 +21,7 @@ $ cargo install --git https://github.com/BrainiumLLC/cargo-mobile
 And then initialize your app for the right platform. Use the `winit` template for now. Right now, there's no "Dioxus" template in cargo-mobile.
 
 ```shell
-$ cargo moble init 
+$ cargo mobile init 
 ```
 
 We're going to completely clear out the `dependencies` it generates for us, swapping out `winit` with `dioxus-mobile`.