Skip to content

Commit 48e772c

Browse files
authored
Removes directional reference.
1 parent 29844e5 commit 48e772c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/app-provisioning/use-scim-to-build-users-and-groups-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Go to the [reference code](https://github.com/AzureAD/SCIMReferenceCode) from Gi
6767

6868
1. In the terminal, change the directory using the `cd Microsoft.SCIM.WebHostSample` command
6969

70-
1. To run your app locally, in the terminal, run the .NET CLI command below. The [dotnet run](/dotnet/core/tools/dotnet-run) runs the Microsoft.SCIM.WebHostSample project using the [development environment](/aspnet/core/fundamentals/environments#set-environment-on-the-command-line).
70+
1. To run your app locally, in the terminal, run the .NET CLI command in the example. The [dotnet run](/dotnet/core/tools/dotnet-run) runs the Microsoft.SCIM.WebHostSample project using the [development environment](/aspnet/core/fundamentals/environments#set-environment-on-the-command-line).
7171

7272
```dotnetcli
7373
dotnet run --environment Development

0 commit comments

Comments
 (0)