From 2cb99bce529cc817e1f6f5b66e6383df2be1a66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=92=9E?= Date: Tue, 8 May 2018 12:52:16 +0800 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 15bb4ad..ce4ec63 100644 --- a/readme.md +++ b/readme.md @@ -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) @@ -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 @@ -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