Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dags- authored Feb 6, 2018
1 parent 2cfc51a commit 14583e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Default port is `27017`, you can change this in the `config.conf`.
The db server is initialized during instantiation of the MongoService plugin object (ie before any GameStateEvents have been fired).
You should probably not connect your mongodb client any sooner than the `GamePreInitializationEvent` phase.

If some reason you want to retreive the InetSocketAddress of the server programatically, you can query Sponge's service manager for the `MongoService`:
If for some reason you want to retreive the InetSocketAddress of the server programatically, you can query Sponge's service manager for the `MongoService`:
```java
@Listener
public void init(GameInitializationEvent event) {
Expand Down

0 comments on commit 14583e3

Please sign in to comment.