Skip to content

Commit

Permalink
Change ParentProject -> DefaultProject in readme sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeltonen committed Nov 24, 2010
1 parent dad8e42 commit 59d04a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {

<pre>
import sbt._
class MyProject(info: ProjectInfo) extends ParentProject(info) with IdeaProject {
class MyProject(info: ProjectInfo) extends DefaultProject(info) with IdeaProject {
// ...
}
</pre>
Expand Down

0 comments on commit 59d04a6

Please sign in to comment.