Skip to content
This repository has been archived by the owner on Dec 26, 2017. It is now read-only.

Commit

Permalink
using npm module in readme's "how to code it"
Browse files Browse the repository at this point in the history
  • Loading branch information
rastapasta committed Aug 25, 2016
1 parent bd4ef46 commit bc1ecf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,7 +73,7 @@ If you are using [pokemon-go-xposed](https://github.com/rastapasta/pokemon-go-xp
## How to code it?

```coffeescript
PokemonGoMITM = require './lib/pokemon-go-mitm'
PokemonGoMITM = require 'pokemon-go-mitm'
server = new PokemonGoMITM port: 8081

# Replace all PokeStops with kittys!
Expand Down

0 comments on commit bc1ecf0

Please sign in to comment.