Skip to content

Commit 90feceb

Browse files
authored
Update README.md
1 parent b42b04b commit 90feceb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a raknet protocol documentation. It has everything needed to create a server/client(the default raknet not other types).
44

5-
Not everything might be correct so you can pull request a fix to them if they really are wrong or you can create an issue.
5+
If anything was incorrect or misspelled, you can pull request a fix to them if they really are wrong.
66

77
## DataTypes
88

@@ -116,7 +116,7 @@ Find the "motd" format from somewhere else and apply it as the "UnconnectedPong"
116116

117117
The first packets before a connection(not the socket connection) was craeted(still on unconnected packets) are the packets of the offline type, which means that those are the packets that is handled outside of datagrams(and the opposite holds true).
118118

119-
There is no information on why this and that below but the packet name says all that is needed to be said.
119+
Below, there is no information on why this and that, but the packet name says all that is needed to be said.
120120

121121
The "Datagrams" to be handled and sent is all possible datagram types, where the `valid dgram` holds the online packets.
122122

0 commit comments

Comments
 (0)