Tiny fixes in README.

This commit is contained in:
Martin Sosic 2020-09-23 11:54:14 +02:00
parent 5a0ddf71f5
commit f01de9e5c5
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,6 @@
[![Build Status](https://ci.appveyor.com/api/projects/status/github/wasp-lang/wasp?branch=master&svg=true)](https://ci.appveyor.com/project/Martinsos/wasp/branch/master)
- [**Project page**](https://wasp-lang.dev)
- [**Demo**](https://wasp-lang.dev/#demo)
- [**Docs**](https://wasp-lang.github.io/web/docs)
<br>
@ -88,7 +87,7 @@ You can also:
- :star: Star this repo to show your interest/support.
- :mailbox: Stay updated by subscribing to our [email list](https://wasp-lang.dev#signup).
For more technical details on building and contributing to `waspc` check [waspc/README.md](waspc/README.md).
For more technical details on building and contributing to `waspc` check [waspc/](waspc/).
# FAQ

View File

@ -1,5 +1,7 @@
In this example we use Wasp to implement a simple Todo app, inspired by http://todomvc.com.
NOTE: This is an old example, made with old version of Wasp and will not work with the current version.
Code in [src/](src/) (todoApp.wasp + [src/src](src/src)) is compiled by `waspc`, generating code in [out/](out/), which is frontend only web app. There was no manual intervention in the generated code, it is as generated by `waspc`.
Command used: `waspc src/todoApp.wasp out/`.