Skip to content

Commit

Permalink
Merge pull request #842 from YangJiao0817/update-adapter-doc
Browse files Browse the repository at this point in the history
Update adapter guide document
  • Loading branch information
yixingjia authored May 18, 2021
2 parents 239a85d + d1f2767 commit 1e47ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/adapter_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ Your Adapter will read data from your system, and read data from Flowgate, then

**For example:**

>#> `cd ../flowgate/flowgate-api`
>#> `cd flowgate/flowgate-api`
>#> `mvn initialize`
>#> `cd ../flowgate/vc-worker`
>#> `cd ../vc-worker`
>#> `mvn initialize`
>#> `cd ../flowgate/vro-worker`
>#> `cd ../vro-worker`
>#> `mvn initialize`
Expand Down

0 comments on commit 1e47ab7

Please sign in to comment.