Explorar o código

fix typo in document

Yuta Hinokuma %!s(int64=3) %!d(string=hai) anos
pai
achega
a17827f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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`.