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

Commit 7823d22

Browse files
authored
Update README.md
1 parent 1b5705c commit 7823d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

77
A JavaScript wrapper over SourceMod.
88

9-
[SourceMod](https://www.sourcemod.net/) is a modification to Source servers, such as Team Fortress 2 and Counter-Strike: Global Offensive. SourceMod allows you to write plugins that modify the game in all sorts of ways. SourceMod.JS lets you write plugins or custom server logic in JavaScript, then interface with a SourceMod server via WebSockets.
9+
[SourceMod](https://www.sourcemod.net/) is a modification to Source servers, such as Team Fortress 2 and Counter-Strike: Global Offensive. SourceMod allows you to write plugins that modify the game in all sorts of ways, while SourceMod.JS lets you write plugins or custom server logic in JavaScript (instead of SourcePawn, the complicated language SourceMod uses), then interface with a SourceMod server via WebSockets.
1010

1111
# Installation
1212
```
@@ -81,4 +81,4 @@ This error boils down to the JavaScript plugin not being able to connect to the
8181
- The SourceMod server isn't up
8282
- The SourceMod plugin isn't working
8383
- The port (`12345`) is taken by another service, or isn't port forwarded properly. (you need to port forward this port if you aren't accessing the WebSocket server from a LAN connection)
84-
- You aren't connected to the internet
84+
- You aren't connected to the internet

0 commit comments

Comments
 (0)