Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit f55488b

Browse files
authored
changing readme to trigger webhook...
...and doing a very light editorial pass in the process.
1 parent 92fa764 commit f55488b

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ statusNotificationTargets:
1414

1515
![app gif](https://media.giphy.com/media/1qebS8Xah2p7PaMxHO/giphy.gif)
1616

17-
Welcome to the Windows Composition Samples repository! This is the place for the latest code samples, demos, and developer feedback around building beautiful and engaging Universal Windows Platform apps. This repo focuses on the platform building blocks that make up the [Fluent Design System](https://fluent.microsoft.com/), with emphasis on creating UI using APIs in the [Windows.UI.Composition](https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.composition.aspx) namespace. The code samples and demos in this repo are targeted at developers who are interested in experimenting, building, and providing feedback on the latest flighting Windows UI APIs.
17+
Welcome to the Windows Composition Samples repository! This is the place for the latest code samples, demos, and developer feedback around building beautiful and engaging Universal Windows Platform apps. This repo focuses on the platform-building blocks that make up the [Fluent Design System](https://fluent.microsoft.com/), with emphasis on creating UI using APIs in the [Windows.UI.Composition](https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.composition.aspx) namespace. The code samples and demos in this repo are targeted at developers who are interested in experimenting, building, and providing feedback on the latest flighting Windows UI APIs.
1818

19-
If youre not quite ready for the code, [check out the app in the Store](https://www.microsoft.com/store/productId/9N1H8CZHBPXB).
19+
If you're not quite ready for the code, [check out the app in the Store](https://www.microsoft.com/store/productId/9N1H8CZHBPXB).
2020

21-
Inside this repo, youll find the following additional info:
21+
Inside this repo, you'll find the following additional info:
2222

2323
* [Getting started building and deploying readme](STARTUP.md)
2424
* [Info on Questions and Contributing](CONTRIBUTING.md)
2525
* [Additional Resources & FAQ wiki](https://github.com/Microsoft/WindowsCompositionSamples/wiki)
2626

27-
If you are a developer getting familiar with the Windows UI platform, want to build beautiful and innovative UI experiences, and don't mind a few bugs here and there, then this is the place for you!
27+
If you're a developer getting familiar with the Windows UI platform, want to build beautiful and innovative UI experiences, and don't mind a few bugs here and there, then this is the place for you!
2828

2929
We also want to see what inspiring UX you're building, so feel free to reach out on Twitter [@WindowsUI](https://twitter.com/windowsui), and [sign up](https://t.co/9vNiiBp2yJ) for our newsletter to always get the latest.
3030

@@ -34,44 +34,43 @@ The following outlines the key folders for the project.
3434

3535
### Demos
3636

37-
The Demos folder contains standalone code demos that are focused on combining many concepts and feature sets into interesting user experiences.
37+
The `Demos` folder contains standalone code demos that are focused on combining many concepts and feature sets into interesting user experiences.
3838

3939
### Sample Gallery
4040

41-
The Sample Gallery is an application that contains many samples, each demonstrating a different concept or API. The Sample Gallery uses conditional compilation to only compile the code samples that are available in your target SDK. By default, the Sample Gallery is set to the last major platform release, however, you can retarget the Sample Gallery project file to the latest SDK that you have installed. To always get the latest, make sure you’ve got the [Insider SDK](https://insider.windows.com/en-us/for-developers/).
41+
The Sample Gallery is an application that contains many samples, each demonstrating a different concept or API. The Sample Gallery uses conditional compilation to only compile the code samples that are available in your target SDK. By default, the Sample Gallery is set to the last major platform release; however, you can retarget the Sample Gallery project file to the latest SDK that you have installed. To always get the latest, make sure you’ve got the [Insider SDK](https://insider.windows.com/en-us/for-developers/).
4242

4343
### Samples Common
4444

4545
These are early reference implementations, prototypes, and utilities the team has built over the course of developing our demos and code examples. This is a set of common code patterns that are shared across code samples and demos.
4646

4747
### ExpressionBuilder
4848

49-
A set of C# classes enabling developers to build ExpressionAnimations in a more type-safe environment.
49+
A set of C# classes enabling you to build ExpressionAnimations in a more type-safe environment.
5050

5151
### Samples Native
5252

53-
A native library used to access some lower level functionality that has no WinRT projections.
53+
A native library used to access some lower-level functionality that has no WinRT projections.
5454

5555
## Contributing
5656

5757
We encourage and welcome community involvement and contribution in this project. You'll find some details and guidelines for contribution in the [contributing readme](CONTRIBUTING.md).
5858

59-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
59+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/), or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
6060

6161
## Related Projects
6262

63-
This project is focused on experimenting with Windows.UI.Composition APIs to create beautiful, unique, and engaging user experiences. If instead youre looking to get started with higher-level UI concepts with heavier focus on XAML-based controls, check out related projects:
63+
This project is focused on experimenting with Windows.UI.Composition APIs to create beautiful, unique, and engaging user experiences. If instead you're looking to get started with higher-level UI concepts with heavier focus on XAML-based controls, then check out related projects:
6464

6565
* [Xaml Controls Gallery](https://github.com/Microsoft/Xaml-Controls-Gallery) for XAML controls-based UI
6666
* [Windows UI Library (WinUI)](https://docs.microsoft.com/uwp/toolkits/winui/) NuGet packages for XAML controls
6767

6868
## Privacy
6969

70-
We collect basic usage data so we can continually work to improve the samples in this repo. To opt out, comment out or remove the following line of code from SampleGallery\Shared\AppTelemetryClient.cs :
71-
`_telemetryClient = new TelemetryClient();`
70+
We collect basic usage data so that we can continually work to improve the samples in this repo. To opt out, comment out or remove the following line of code from SampleGallery\Shared\AppTelemetryClient.cs: `_telemetryClient = new TelemetryClient();`.
7271

73-
A detailed privacy agreement can be found [here](https://go.microsoft.com/fwlink/?LinkId=521839) or in the 'Settings' section of the app.
72+
A detailed privacy agreement can be found [here](https://go.microsoft.com/fwlink/?LinkId=521839), or in the 'Settings' section of the app.
7473

7574
## Images
7675

77-
The images used in this application are sourced from a variety of Microsoft employees, but we'd like to specially thank Conroy for his contribution. [See more of his content here.](https://www.instagram.com/conroy.williamson/)
76+
The images used in this application are sourced from a variety of Microsoft employees, but we'd like to specially thank Conroy for his contribution. [See more of his content here.](https://www.instagram.com/conroy.williamson/).

0 commit comments

Comments
 (0)