Avivash/readme change beta to alpha and update repo url (#82)

This commit is contained in:
Andrew Vivash 2022-11-01 14:07:44 -07:00 committed by GitHub
parent c4aa2ace09
commit a65f6ce5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
The Webnative App Template is a clone-and-go template for building a web application using Webnative, fast. Clone, customize, and deploy to have a running distributed app in mere minutes.
<div style="background-color: #FEEB80; padding: 1px 20px; border-radius: 10px;">
<p class="text-align: center;"><strong>Webnative is beta software.</strong></p>
<p class="text-align: center;"><strong>Webnative is alpha software.</strong></p>
<p>We recommend you <u>do not develop production applications using the Webnative App Template</u> at this time. We're working on making it reliable, fast, and awesome, but we're not there yet!</p>
</div>
@ -54,7 +54,7 @@ Prerequiste: ensure you are running Node 16.14 or greater, but _not_ Node 17 (18
1. Clone the repository:
```shell
git clone git@github.com:fission-codes/webnative-app-template.git
git clone git@github.com:webnative-examples/webnative-app-template.git
```
2. Install the dependencies.