Skip to content

Commit 01b9b23

Browse files
authored
simplify console sample
1 parent 5c86a18 commit 01b9b23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/Console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The sample can easily be extended with alternative providers, which you can find
2525
1. Run the following command to start the application:
2626

2727
```shell
28-
dotnet run app.cs
28+
dotnet app.cs
2929
```
3030

3131
## Feature Flags

samples/Console/app.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
#! /usr/bin/env dotnet
12
#:project ../../src/OpenFeature/OpenFeature.csproj
2-
#:property PublishAot=true
33

44
using OpenFeature;
55
using OpenFeature.Isolated;

0 commit comments

Comments
 (0)