diff --git a/README.md b/README.md index 08237d1..b2dda30 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,14 @@ to solve the unsafe dependency you need to add the following scopedRegistries in } ``` +this is shown in this example too: https://github.com/sebas77/Svelto.MiniExamples/tree/master/UPM-Integration/UPM + ## Svelto distributed as Nuget I am not a Nuget expert, but thanks to our contributors, Svelto.ECS can be found at https://www.nuget.org/packages/Svelto.ECS/ +the Hello World example uses the nuget package directly: https://github.com/sebas77/Svelto.MiniExamples/tree/master/Example5-Net-HelloWorld + ## Official Examples (A.K.A. where is the documentation?) Svelto doesn't have official documentation. The reason is that documentation is costly to mantain and...I reckon people don't need it, thanks to the highly documented and simple mini-examples. Please check and study them all regardless the platform you intend to use Svelto with.