Skip to content

Commit fa5bead

Browse files
committed
Add the standard WG header to the README
1 parent 00d52fb commit fa5bead

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
# `create-wasm-app`
1+
<div align="center">
22

3-
> An `npm init` template for kick starting a project that uses NPM packages
4-
> containing Rust-generated WebAssembly and bundles them with Webpack.
3+
<h1><code>create-wasm-wapp</code></h1>
4+
5+
<strong>An <code>npm init</code> template for kick starting a project that uses NPM packages containing Rust-generated WebAssembly and bundles them with Webpack.</strong>
6+
7+
<p>
8+
<a href="https://travis-ci.org/rustwasm/create-wasm-app"><img src="https://img.shields.io/travis/rustwasm/create-wasm-app.svg?style=flat-square" alt="Build Status" /></a>
9+
</p>
10+
11+
<h3>
12+
<a href="#usage">Usage</a>
13+
<span> | </span>
14+
<a href="https://discordapp.com/channels/442252698964721669/443151097398296587">Chat</a>
15+
</h3>
16+
17+
<sub>Built with 🦀🕸 by <a href="https://rustwasm.github.io/">The Rust and WebAssembly Working Group</a></sub>
18+
</div>
19+
20+
## About
521

622
This template is designed for depending on NPM packages that contain
723
Rust-generated WebAssembly and using them to create a Website.

0 commit comments

Comments
 (0)