diff --git a/README.md b/README.md index 3167282..05b389f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Based on [Paul Baker's project from 2002](https://www.paulsprojects.net/opengl/m - Copy `src/game` folder to the `src` folder of your mod/game. - (OPTIONAL) Copy `game/mod_hl2/materials` in your mod. - Copy `game/mod_hl2/fgd/blobs.fgd` in your mod. -- Go to `src/game/client` of your mod/game, open `client_base.vpc` and add `$include "metaballs\metaballs.vpc"` somewhere. -- Go to `src/game/server` of your mod/game, open `server_base.vpc` and add `$include "metaballs\metaballs.vpc"` somewhere. +- Go to `src/game/client` of your mod/game 's source code, open `client_base.vpc` and add `$include "metaballs\metaballs.vpc"` somewhere. +- Go to `src/game/server` of your mod/game 's source code, open `server_base.vpc` and add `$include "metaballs\metaballs.vpc"` somewhere. Basically thats it.