Skip to content

Commit

Permalink
readme => main_class is required for scala_binary (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
ittaiz authored and johnynek committed Jul 5, 2016
1 parent e9c10ca commit b98c8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ A `scala_binary` requires a `main_class` attribute.
<tr>
<td><code>main_class</code></td>
<td>
<p><code>String, optional</code></p>
<p><code>String, required</code></p>
<p>Name of class with main() method to use as an entry point</p>
<p>
The value of this attribute is a class name, not a source file. The
Expand Down

0 comments on commit b98c8e1

Please sign in to comment.