Updated Readme file
diff --git a/device_simulator/device_simulator/README.md b/device_simulator/device_simulator/README.md
index fa3e11c..ce1e45c 100644
--- a/device_simulator/device_simulator/README.md
+++ b/device_simulator/device_simulator/README.md
@@ -42,7 +42,7 @@
Download these two files from above link and replace at grpc-c/lib or merge these changes manually.)
Patch 2:
Apply patch in service.c.patch and client.c.patch
- - cp Makefile.am examples/
+ - cp Makefile.am grpc-c/examples/
- cp bal_server.c grpc-c/examples/
- cp bal_stub.c grpc-c/examples/
- cp bal_stub.h grpc-c/examples/
@@ -52,7 +52,7 @@
- make
- sudo make install
-To obtain proto files - Have a repo sync of opencord code base
+To obtain proto files - Have a repo sync of opencord code base:
- cp opencord/incubator/voltha/voltha/adapters/asfvolt16_olt/protos/* examples/
To autogenerate code from proto files: