You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ There are a few branches of this that use different programming languages.
9
9
# License
10
10
11
11
This program has been released in the Public Domain meaning you can use it however you wish, read the license file [here](https://github.com/Dragon-Wonder/Physics-Collision-Simulator/blob/master/docs/LICENSE.md)
12
-
or you can read [here](http://unlicense.org) for infomation of the Unlicense in general.
12
+
or you can read [here](http://unlicense.org) for information of the Unlicense in general.
13
13
14
14
## Summary of what license means
15
15
16
16
* First and foremost, this code is "AS IS", meaning we cannot be sued if it doesn't work
17
17
18
18
* You can modify this code any way you wish without credit (but we would certainty appreciate it)
19
19
20
-
* You can any/all of this code for private and/or commerical use
20
+
* You can any/all of this code for private and/or commercial use
21
21
22
22
# Running the program
23
23
@@ -38,7 +38,7 @@ FolderName\SDL2.dll
38
38
FolderName\SDL2_image.dll
39
39
```
40
40
41
-
If you are using the verision I compile, which can be found in the [release tab](https://github.com/Dragon-Wonder/Physics-Collision-Simulator/releases)
41
+
If you are using the version I compile, which can be found in the [release tab](https://github.com/Dragon-Wonder/Physics-Collision-Simulator/releases)
42
42
you will also need the following binaries.
43
43
44
44
```
@@ -145,4 +145,4 @@ Clicking and dragging on a ball will allow you to move a ball where the mouse is
145
145
146
146
### Info Tool
147
147
148
-
Clicking on a ball will write infomation about it to the console
148
+
Clicking on a ball will write information about it to the console
0 commit comments