diff --git a/README.md b/README.md index 70fb8029..37c10ca1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ All the standard setting organizations will collect the predictive and prognosti To get started using the Toronto Pediatric algorithm, instantiate a `Staging` instance: -```java +```csharp Staging staging = TNMStagingCSharp.Src.Staging.Staging.getInstance(TorontoDataProvider.getInstance(TorontoVersion.LATEST)); ```