1396: Correct the backend name in README r=nlewycky a=satrobit

The README mistakenly said LLVM when it was referring to the singlepass backend. It's just a simple doc fix.

Co-authored-by: Amir Keshavarz <satrobit@users.noreply.github.com>
This commit is contained in:
bors[bot] 2020-04-20 17:00:28 +00:00 committed by GitHub
commit 4711a1dfcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ wasmer run program.wasm --backend=singlepass
### Usage in Wasmer Embedded
If you are using Wasmer Embedded, you can specify
the LLVM backend to the [`compile_with` function](https://docs.rs/wasmer-runtime-core/*/wasmer_runtime_core/fn.compile_with.html):
the singlepass backend to the [`compile_with` function](https://docs.rs/wasmer-runtime-core/*/wasmer_runtime_core/fn.compile_with.html):
```rust
use wasmer_singlepass_backend::SinglepassCompiler;