Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf authored Feb 27, 2024
1 parent 5bd4f7e commit 2252f5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OpenZiti.NET.Samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ See the README files in the subdirectories of the [src](./src) directory for mor
| [Weather](./src/Weather/README.md) | Illustrates how to make an http-based request and output the content to the screen using wttr.in |
| ["reflect" server](./src/Server/README.md) | Illustrates how to use OpenZiti as a server __AND__ a client. Demonstrates true application-embedded zero trust! Starts a server that responds to clients |
| [Enrollment](./src/Enrollment/README.md) | A simple sample demonstrating how to enroll an OpenZiti Identity |
| [Appetizer](./src/Appetizer/README.md) | A sample that works with the https://appetizer.openziti.io demo site. Demonstrates application-embedded zero trust client to a golang server deployed "somewhere" |

## Sample Setup

Expand All @@ -35,4 +36,4 @@ specific details. When executing the sample you will need to pass the sample to
parameter in position two, and the identity file to use in position 3. Example:
```
dotnet run --project OpenZiti.NET.Samples/OpenZiti.NET.Samples.csproj weather noinit /some/path/to/an/identity
```
```

0 comments on commit 2252f5b

Please sign in to comment.