Skip to content

Commit b5a89a7

Browse files
committed
doc: Fix typos in README.
1 parent 2dbd1ad commit b5a89a7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/readme-editor.jpg

-6.39 KB
Loading

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
VPE is a toolkit with the goal of making it easy to create pinball machines
99
digitally. It uses [Unity's High Definition Render Pipeline](https://unity.com/srp/High-Definition-Render-Pipeline)
1010
and comes with extensive editor tooling that aims to provide all the features
11-
needed for such a task. It can read [Visual Pinball](https://github.com/vpinball/vpinball)'s
11+
needed for such a task. VPE can read [Visual Pinball](https://github.com/vpinball/vpinball)'s
1212
file format and uses Visual Pinball's physics code for the simulation during gameplay.
1313

1414
![image](.github/readme-editor.jpg)
@@ -35,16 +35,16 @@ a list of relevant posts that document the progress of VPE so far.
3535
- [March 2021](https://www.vpforums.org/index.php?showtopic=43651&page=32#entry470686) - Game logic
3636
- [April 2021](https://www.vpforums.org/index.php?showtopic=43651&page=34#entry476326) - Segment display shader
3737
- [June 2021](https://vpuniverse.com/forums/topic/5362-wip-visual-pinball-in-unity-2021-edition/) - Retrospect and the future
38-
- [September 2021](https://vpuniverse.com/forums/topic/5362-wip-visual-pinball-in-unity-2021-edition/?do=findComment&comment=55715) Prefabs, data, wiring, export and more
39-
- [December 2021](https://vpuniverse.com/forums/topic/5362-wip-visual-pinball-in-unity-2021-edition/?do=findComment&comment=57681) Insert lights rendering
38+
- [September 2021](https://vpuniverse.com/forums/topic/5362-wip-visual-pinball-in-unity-2021-edition/?do=findComment&comment=55715) - Prefabs, data, wiring, export and more
39+
- [December 2021](https://vpuniverse.com/forums/topic/5362-wip-visual-pinball-in-unity-2021-edition/?do=findComment&comment=57681) - Insert lights rendering
4040
- [December 2021](https://vpuniverse.com/forums/topic/5362-wip-visual-pinball-in-unity-2021-edition/?do=findComment&comment=58676) - Visual Scripting POC
4141
- [January 2022](https://vpuniverse.com/forums/topic/5362-wip-visual-pinball-in-unity-2021-edition/?do=findComment&comment=59658) - It runs on an iPad!
4242
- [February 2022](https://vpuniverse.com/forums/topic/5362-wip-visual-pinball-in-unity-2021-edition/?do=findComment&comment=60788) - Lighting
4343
- [July 2022](https://vpuniverse.com/forums/topic/5362-wip-visual-pinball-in-unity-2021-edition/?do=findComment&comment=64348) - Visual Scripting, Physics, Asset Library, Tutorials, VR/AR, the future
4444
- [December 2022](https://vpuniverse.com/forums/topic/5362-wip-visual-pinball-in-unity-2021-edition/?do=findComment&comment=67277) - Asset library, world space, score motors
4545

4646

47-
If you're generally interested in virtual pinball, also check out [our guest article at thisweekinpinball.com](https://www.thisweekinpinball.com/a-peek-into-the-digital-creator-community/).
47+
During that time, we've also written [a guest article at thisweekinpinball.com](https://www.thisweekinpinball.com/a-peek-into-the-digital-creator-community/) about our community..
4848

4949

5050
## VPE Repositories
@@ -53,7 +53,8 @@ The "core" of VPE (i.e. the `VisualPinball.Engine` project) is a pure C# port
5353
of the original Visual Pinball. It has no dependencies to any proprietary third
5454
parties, and provides the data layer.
5555

56-
This repository is part of a number of packages. It is what we're referring to as the **main package**.
56+
This repository is part of a number of packages. It is what we're referring to as the **main package**, which
57+
also includes the core project.
5758

5859
![image](https://user-images.githubusercontent.com/70426/103706031-64db6080-4fac-11eb-837e-5e7cddd86d7b.png)
5960

0 commit comments

Comments
 (0)