diff options
| author | Seth Thompson <s3th.thompson@gmail.com> | 2015-11-20 21:38:34 -0800 |
|---|---|---|
| committer | Seth Thompson <s3th.thompson@gmail.com> | 2015-11-20 21:38:34 -0800 |
| commit | ec3bf332ac8bc1645ac0c275ea2b3db864a2c7cd (patch) | |
| tree | 4afb0a23e943ea530da6641d98994c91735a25a5 | |
| parent | 811d3624c0903b2330f749d19bdbef22890f6e66 (diff) | |
| download | nanowasm-design-ec3bf332ac8bc1645ac0c275ea2b3db864a2c7cd.tar.gz | |
fix list spacing
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -31,7 +31,11 @@ WebAssembly is currently being designed as an open standard by a [W3C Community The actual WebAssembly specification is being developed in the [spec repository](https://github.com/WebAssembly/spec/). For now, high-level design discussions should continue to be held in the design repository, via issues and pull requests, so that the spec work can remain focused. -We've mapped out features we expect to ship: 1. In [the Minimum Viable Product (MVP)](MVP.md); 2. Closely [after the MVP](PostMVP.md); 3. In [future versions](FutureFeatures.md). +We've mapped out features we expect to ship: + + 1. In [the Minimum Viable Product (MVP)](MVP.md); + 2. Closely [after the MVP](PostMVP.md); + 3. In [future versions](FutureFeatures.md). Join us: |
