Fix plugin name in build documentation

Change-Id: Ib45475aaff0757d8fafc2a209ce23a408a2e5a91
Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 6831ffe..d7029ea 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -18,16 +18,16 @@
   git clone https://gerrit.googlesource.com/bucklets
 
 ```
-and link it to reviewers plugin directory:
+and link it to @PLUGIN@ plugin directory:
 
 ```
-  cd reviewers && ln -s ../bucklets .
+  cd @PLUGIN@ && ln -s ../bucklets .
 ```
 
 Add link to the .buckversion file:
 
 ```
-  cd reviewers && ln -s bucklets/buckversion .buckversion
+  cd @PLUGIN@ && ln -s bucklets/buckversion .buckversion
 ```
 
 To build the plugin, issue the following command:
@@ -40,7 +40,7 @@
 The output is created in
 
 ```
-  buck-out/gen/imagare.jar
+  buck-out/gen/@PLUGIN@.jar
 ```
 
 Build in Gerrit tree
@@ -50,13 +50,13 @@
 and issue the command:
 
 ```
-  buck build plugins/imagare
+  buck build plugins/@PLUGIN@
 ```
 
 The output is created in
 
 ```
-  buck-out/gen/plugins/imagare/imagare.jar
+  buck-out/gen/plugins/@PLUGIN@/@PLUGIN@.jar
 ```
 
 This project can be imported into the Eclipse IDE: