Skip to content

Commit baf69ba

Browse files
updated readme
1 parent 2649ea5 commit baf69ba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/examples/text-and-prompting/README.MD

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
## Running the Samples
44

5-
The samples use new .NET 10 feature which allows running single *.cs file applications.
6-
Each of the files *.cs in this folder is a standalone application.
7-
To run them you need to install .NET 10 preview
8-
Then from the command line run them using `dotnet run <sample_name>`, e.g. `dotnet run s1-chat_simpleprompt.cs`
5+
The samples use a new .NET 10 feature that allows running single *.cs file applications. Each *.cs file in this folder is a standalone application.
6+
7+
To run them, you need to install the .NET 10 preview.
8+
9+
Then, from the command line, you can run them using the `dotnet run <sample_name>` command, for example: `dotnet run s1-chat_simpleprompt.cs`.
910

0 commit comments

Comments
 (0)