Update stub generation docs to include CredCommon.proto
diff --git a/examples/src/main/python/readme.md b/examples/src/main/python/readme.md
index 1077d60..4c9a972 100644
--- a/examples/src/main/python/readme.md
+++ b/examples/src/main/python/readme.md
@@ -7,4 +7,5 @@
 curl https://raw.githubusercontent.com/googleapis/googleapis/master/google/api/annotations.proto > google/api/annotations.proto     
 curl https://raw.githubusercontent.com/googleapis/googleapis/master/google/api/http.proto > google/api/http.proto
 
-python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. --proto_path=../../../../api/stub/src/main/proto/ MFTApi.proto 
+python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. --proto_path=../../../../common/mft-common-proto/src/main/proto/ CredCommon.proto
+python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. --proto_path=../../../../api/stub/src/main/proto/ --proto_path=../../../../common/mft-common-proto/src/main/proto/ MFTApi.proto