Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Fix typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
daithiocrualaoich committed Dec 31, 2010
1 parent 0f75e65 commit efb2dbb
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 @@ -20,7 +20,7 @@ Project file:
import sbt._
import com.gu.solr.SolrProject

class MyProject(info: ProjectInfo) extends SlorProject(info) {
class MyProject(info: ProjectInfo) extends SolrProject(info) {
...
}

Expand Down

0 comments on commit efb2dbb

Please sign in to comment.