Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
callofdutyops authored May 8, 2018
1 parent d247e48 commit 2cb99bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Simulate a CNC to stream data to MongoDB and Kafka.
1. Setup Kafka.

1. [Kafka manual](http://kafka.apache.org/)
2. create a topic and modify the `app/shared/config.js`
2. create a topic and modify the [config file](app/shared/config.js)
(both the address of middleware and topic name)


Expand All @@ -43,7 +43,7 @@ Simulate a CNC to stream data to MongoDB and Kafka.
5. Navigate to the following url.

http://`local_ip`:3000/simulator
(`local_ip` is defined in the `app/shared/config.js`)
(`local_ip` is defined in the [config file](app/shared/config.js))

## Other

Expand All @@ -59,7 +59,7 @@ Contributions and ideas are more than welcome!

# Troubleshooting / FAQ

Don't forget to modify the `local_ip` in `app/shared/config.js`
Don't forget to modify the `local_ip` in [config file](app/shared/config.js)
(localhost or your real ip)
# Special thanks
Expand Down

0 comments on commit 2cb99bc

Please sign in to comment.