Merge pull request #372 from guywald1/docs-manual-setup-close-quotes

[docs] Close quotes in cargo.toml example in manual setup
master
ashley williams 7 years ago committed by GitHub
commit d4144d3019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/project-setup/manual-setup.md

@ -40,7 +40,7 @@ this:
```toml
[package]
name = "hello-wasm
name = "hello-wasm"
version = "0.1.0"
authors = ["Ashley Williams <ashley666ashley@gmail.com>"]
description = "babby's first wasm package"

Loading…
Cancel
Save