Skip to content

Commit

Permalink
hello-world.md edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
manasesjesus committed Oct 21, 2019
1 parent 5881b50 commit 2b79c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DeviceSDK/Documentation/REST/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ namespace HelloAgent
var mo = new ManagedObjectRepresentation();
mo.Name = "Hello, world!";
mo.Set(new IsDevice());
var mo = inventory.Create(mo);
Console.WriteLine($"Url: {mo.Self}");
var mor = inventory.Create(mo);
Console.WriteLine($"Url: {mor.Self}");
Console.ReadKey();
}
}
Expand Down

0 comments on commit 2b79c26

Please sign in to comment.