Skip to content

Commit beef88e

Browse files
authored
Merge pull request #3798 from Microsoft/cre8ivepark-patch-2
Fixing typo on the landing page (mrtk_development)
2 parents 8c16b2a + d45f4c7 commit beef88e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ MRTK is a Microsoft Driven open source project. MRTK-Unity...
3030

3131
- Input System
3232
- Articulated Hands + Gestures (HoloLens 2)
33-
- Eye Tracking (HoloLens2)
33+
- Eye Tracking (HoloLens 2)
3434
- Voice Commanding
3535
- Gaze + Select (HoloLens)
3636
- Controller Visualization
@@ -44,14 +44,15 @@ MRTK is a Microsoft Driven open source project. MRTK-Unity...
4444
1. [Download MRTK](Documentation/DownloadingTheMRTK.md)
4545
2. Follow this [Getting Started Guide](Documentation/GettingStartedWithTheMRTK.md)
4646
3. Check out [Mixed Reality Toolkit configuration guide](Documentation/MixedRealityConfigurationGuide.md)
47+
4. Check out building blocks and example scenes(see the table below)
4748

4849
### More documentation
4950
Find this readme, other documentation articles and the MRTK api reference on our [MRTK Dev Portal on github.io](https://microsoft.github.io/MixedRealityToolkit-Unity/).
5051

5152
# Building blocks for UI and Interactions
5253
| [![Button](/External/ReadMeImages/Button/MRTK_Button_Main.png)](/Documentation/README_Button.md) [Button](/Documentation/README_Button.md) | [![Bounding Box](/External/ReadMeImages/BoundingBox/MRTK_BoundingBox_Main.png)](/Documentation/README_BoundingBox.md) [Bounding Box](/Documentation/README_BoundingBox.md) | [![Manipulation Handler](/External/ReadMeImages/ManipulationHandler/MRTK_Manipulation_Main.png)](/Documentation/README_ManipulationHandler.md) [Manipulation Handler](/Documentation/README_ManipulationHandler.md) |
5354
|:--- | :--- | :--- |
54-
| A button control which supports various input methods including HoloLens2's articulated hand | Standard UI for manipulating objects in 3D space | Script for manipulating objects with one or two hands |
55+
| A button control which supports various input methods including HoloLens 2's articulated hand | Standard UI for manipulating objects in 3D space | Script for manipulating objects with one or two hands |
5556
| [![Slate](/External/ReadMeImages/Slate/MRTK_Slate_Main.png)](/Documentation/README_Slate.md) [Slate](/Documentation/README_Slate.md) | [![System Keyboard](/External/ReadMeImages/SystemKeyboard/MRTK_SystemKeyboard_Main.png)](/Documentation/README_SystemKeyboard.md) [System Keyboard](/Documentation/README_SystemKeyboard.md) | [![Interactable](/External/ReadMeImages/Interactable/InteractableExamples.png)](/Documentation/README_Interactable.md) [Interactable](/Documentation/README_Interactable.md) |
5657
| 2D style plane which supports scrolling with articulated hand input | Example script of using the system keyboard in Unity | A script for making objects interactable with visual states and theme support |
5758
| [![Solver](/External/ReadMeImages/Solver/MRTK_Solver_Main.png)](/Documentation/README_Solver.md) [Solver](/Documentation/README_Solver.md) | [![Object Collection](/External/ReadMeImages/ObjectCollection/MRTK_ObjectCollection_Main.png)](/Documentation/README_ObjectCollection.md) [Object Collection](/Documentation/README_ObjectCollection.md) | [![Tooltip](/External/ReadMeImages/Tooltip/MRTK_Tooltip_Main.png)](/Documentation/README_Tooltip.md) [Tooltip](/Documentation/README_Tooltip.md) |
@@ -86,7 +87,7 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
8687
| :--------------------- | :----------------- | :------------------ | :------------------------ |
8788
| See code examples. Do a coding tutorial. Watch guest lectures. | Get design guides. Build user interface. Learn interactions and input. | Get development guides. Learn the technology. Understand the science. | Join open source projects. Ask questions on forums. Attend events and meetups. |
8889

89-
### Learn more about MRTK Progect
90+
### Learn more about MRTK Project
9091
You can find our planning material on [our wiki](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki) under Project Management Section. You can always see the items the team is actively working on in the Iteration Plan issue.
9192

9293
### How to Contribute

0 commit comments

Comments
 (0)