1.1 --- a/docs/README-winrt.md Fri Sep 19 11:27:18 2014 -0400
1.2 +++ b/docs/README-winrt.md Fri Sep 19 12:09:51 2014 -0400
1.3 @@ -1,19 +1,19 @@
1.4 WinRT
1.5 =====
1.6
1.7 -SDL/WinRT layer allows SDL2-based applications to run on many of Microsoft's
1.8 -platforms that utilize the "Windows Runtime" (aka "WinRT") APIs. WinRT apps
1.9 -are currently always full-screen apps, run in what Microsoft calls their
1.10 -"Modern" environment (aka. "Metro"), and are distributed via Microsoft-run
1.11 -online stores. Some of the operating systems that support such apps include:
1.12 +This port allows SDL applications to run on Microsoft's platforms that require
1.13 +use of "Windows Runtime", aka. "WinRT", APIs. WinRT apps are currently
1.14 +full-screen only, and run in what Microsoft sometimes refers to as their
1.15 +"Modern" (formerly, "Metro"), environment. For Windows 8.x, Microsoft may also
1.16 +refer to them as "Windows Store" apps, due to them being distributed,
1.17 +primarily, via a Microsoft-run online store (of the same name).
1.18 +
1.19 +Some of the operating systems that include WinRT, are:
1.20
1.21 * Windows 8.x
1.22 * Windows RT 8.x (aka. Windows 8.x for ARM processors)
1.23 * Windows Phone 8.x
1.24
1.25 -To note, WinRT applications that run on Windows 8.x and/or Windows RT are often
1.26 -called "Windows Store" apps.
1.27 -
1.28
1.29 Requirements
1.30 ------------