From a9160875a6c3379b6e369e583ca1c73e5a18e47b Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Wed, 4 Dec 2019 11:34:26 +0000 Subject: [PATCH] Update README.md --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 8111eb5..058e944 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,7 @@ Pretty much all of speckle's connectors are using this library, including: ## Example usage -// TODO - -### Note: Newtonsoft.Json Aliasing - -Because of quite a few conflicts with other libraries, we are aliasing newtonsoftjson. Consequently, to preserve expected behaviour, if referencing speckle core in your libraries, do use the bundled "SpeckleNewtonsoft" (original v.12). To do so, add a reference to the dll from inside the SpeckleCore solution folder in your project, and then you can use it by doing - -```cs -extern alias SpeckleNewtonsoft; -using SNJ = SpeckleNewtonsoft.Newtonsoft.Json; // for convenience - -// thereafter, in your code, you can use it like this: - -SNJ.JsonConvert.SerializeObject( e.EventData, Interop.camelCaseSettings ) - -``` +Please check [out the docs and sample starter project on the speckle website](https://speckle.systems/docs/developers/dotnet-sdk)! ## License MIT