Skip to content

Commit a69a48c

Browse files
CopilotJen-Uno
andcommitted
docs: Use clearer placeholder format for project name
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
1 parent 95906e0 commit a69a48c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/articles/Uno-UI-Performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Here's what to look for:
127127
- [Enable Startup Tracing](https://devblogs.microsoft.com/dotnet/performance-improvements-in-dotnet-maui/#record-a-custom-aot-profile) by running the following:
128128

129129
```bash
130-
dotnet add package Mono.AotProfiler.Android --project MyApp
130+
dotnet add package Mono.AotProfiler.Android --project [YourProjectName]
131131
dotnet build -t:BuildAndStartAotProfiling
132132
# Wait until the app launches, then navigate around the most common screens
133133
dotnet build -t:FinishAotProfiling

doc/articles/guides/raygun-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Start by creating a new Uno Platform project using your preferred development en
3838
Install the Raygun package in your Uno Platform application. Use the Manage NuGet Packages option or the following dotnet CLI command:
3939

4040
```sh
41-
dotnet add package Mindscape.Raygun4Net.NetCore --project MyApp
41+
dotnet add package Mindscape.Raygun4Net.NetCore --project [YourProjectName]
4242
```
4343

4444
### Step 3 - Create a RaygunClient

0 commit comments

Comments
 (0)