Skip to content

Commit de25347

Browse files
committed
1 parent 240a878 commit de25347

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

simple/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Thanks for your helping OpenDDR growing!
1313
Below a description of the directory tree:
1414
* __DDR-Simple-API__: contains the porting of the W3C's Device Description Repository Simple API
1515
* __OpenDDR-CSharp__: contains the porting of the Java version of OpenDDR
16-
* __SimpleConsole__: contains a console test project for the C# version of OpenDDR Simple API Client
16+
* __OpenDDRConsole__: contains a console test project for the C# version of OpenDDR Simple API Client
1717

1818

1919
A basic explanation of the properties in oddr.properties:
@@ -29,10 +29,10 @@ A basic explanation of the properties in oddr.properties:
2929
* __oddr.vocabulary.device__: IRI of the default vocabulary. It is the target namespace specified in a vocabulary
3030
* __oddr.threshold__: Identification threshold. It is used to balance the request evaluation time and identification matching.
3131

32-
The sample class below shows how to use OpenDDR:
32+
The sample console app SimpleConsole below shows how to use OpenDDR:
3333

3434
<pre><code>
35-
public class SimpleConsole
35+
public class Program
3636
{
3737
public static void Main(string[] args)
3838
{

0 commit comments

Comments
 (0)