Skip to content

Commit d6fd3a0

Browse files
authored
update readme issue (Azure#21104)
1 parent 9e9700d commit d6fd3a0

File tree

1 file changed

+2
-2
lines changed
  • sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion

1 file changed

+2
-2
lines changed

sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Object Anchors enables an application to detect an object in the physical world using a 3D model and estimate its 6-DoF pose. This package supports the conversion of an existing 3D asset into a form that can be used by the Object Anchors runtime to detect physical objects.
44

5-
[Source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion) | NuGet
5+
[Source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.MixedReality.ObjectAnchors.Conversion/)
66

77
- [Azure Object Anchors client library for .NET](#azure-object-anchors-client-library-for-net)
88
- [Getting started](#getting-started)
@@ -85,7 +85,7 @@ ObjectAnchorsConversionClient client = new ObjectAnchorsConversionClient(account
8585

8686
AssetUploadUriResult uploadUriResult = await client.GetAssetUploadUriAsync();
8787

88-
Uri uploadedInputAssetUri = uploadUriResult.UploadUri
88+
Uri uploadedInputAssetUri = uploadUriResult.UploadUri;
8989

9090
BlobClient blobClient = new BlobClient(uploadedInputAssetUri);
9191

0 commit comments

Comments
 (0)