From ece621455cbecc02990d4ee0088975f47927548a Mon Sep 17 00:00:00 2001 From: Unknown <55922348+55nknown@users.noreply.github.com> Date: Sat, 20 Nov 2021 15:55:44 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 07fe2e5..5fcbcac 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,21 @@ ## Versions - [Latest Stable](https://github.com/filc/naplo/releases/latest): `3.1.1` -- [Experiment 1]() (Widgets): `3.2.0-exp1` -- [Experiment 2]() (Tabs): `3.2.0-exp2` +- [Experiment 1]() (Tabs): `3.2.0-pre.1` +- [Experiment 2]() (Widgets): `3.2.0-pre.2` ## Setup -### Clone the project: +### Clone the project -``` -$ git clone --recursive https://github.com/filc/naplo -$ cd naplo +```sh +git clone --recursive https://github.com/filc/naplo +cd naplo ``` -### Run the app: +### Run the app -``` -$ cd filcnaplo -$ flutter run +```sh +cd filcnaplo +flutter run ```