Avivash/readme change beta to alpha and update repo url (#82)
This commit is contained in:
parent
c4aa2ace09
commit
a65f6ce5ce
|
|
@ -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.
|
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;">
|
<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>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
@ -54,7 +54,7 @@ Prerequiste: ensure you are running Node 16.14 or greater, but _not_ Node 17 (18
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
|
|
||||||
```shell
|
```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.
|
2. Install the dependencies.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue