Skip to content

Commit

Permalink
Few Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpye committed Jul 25, 2023
1 parent 8d43d3b commit 6010571
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ MAUI App Accelerator will create the project
- So that Maui-gen knows where to inject the route code it uses the following comment
```c#
//<%REGISTER_ROUTE%
//<%REGISTER_ROUTE%>
```
Expand All @@ -234,7 +234,7 @@ public partial class AppShell : Shell
{
InitializeComponent();
//<%REGISTER_ROUTE%
//<%REGISTER_ROUTE%>
}
}
```
Expand Down Expand Up @@ -287,7 +287,7 @@ public static class MauiProgram {

---

### Use Maui-get to build the data forms using specified schema.
### Use Maui-gen to build the data forms using specified schema.



Expand Down Expand Up @@ -325,7 +325,7 @@ maui-gen set output "C:\projects\Net\DemoMauiApp\DemoMauiApp"
Under your home directory where the **Maui-get** templates are saved are some example schemas. we are going to set maui-gen to use one of these schemas.
Under your home directory where the **Maui-gen** templates are saved are some example schemas. we are going to set maui-gen to use one of these schemas.
```bash
maui-gen set schema "C:\Users\[user]\.maui-gen\examples\person_and_pet.yaml"
Expand Down
2 changes: 1 addition & 1 deletion templates/ViewModels/ListViewModel_Template.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public partial class {{.Schema.FuncName}}ListViewModel : BaseViewModel
//****************************************
//Lets just get it to load the match model
//****************************************
IsRefreshing = true;
//IsRefreshing = true;

});
}
Expand Down

0 comments on commit 6010571

Please sign in to comment.