diff --git a/README.md b/README.md index b385231c..10c1d4e9 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ The following steps will configure your Windows 10 machine for building the Remo * Remotely control sessions will first be recorded as a series of images, which will then be converted to MP4 using FFmpeg. ## Notes - * .NET Core has two methods of deployment: framework-dependent and self-contained. - * Framework-dependent deployments require the .NET Core runtime to be installed on the target computers. It must be the same version or higher that was used to build the app. - * Self-contained deployments have the runtime built in, so you don't need to install it on the target computers. As a result, the total file size is much larger. - * .NET Core uses runtime identifiers that are targeted when building. - * Link: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog \ No newline at end of file +* .NET Core has two methods of deployment: framework-dependent and self-contained. + * Framework-dependent deployments require the .NET Core runtime to be installed on the target computers. It must be the same version or higher that was used to build the app. + * Self-contained deployments have the runtime built in, so you don't need to install it on the target computers. As a result, the total file size is much larger. +* .NET Core uses runtime identifiers that are targeted when building. + * Link: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog \ No newline at end of file