Skip to content

Commit

Permalink
changed project-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Viehmann committed Sep 20, 2017
1 parent 1aaca96 commit 13a0990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ sbt publishLocal
After that you need to include this line to your 'build.sbt' file.

```scala
libraryDependencies += "de.thm.ii" %% "ScalaPHPParser" % "1.0"
libraryDependencies += "de.thm.ii" %% "PHPParser" % "1.0"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "ScalaPHPParser"
name := "PHPParser"

version := "1.0"

Expand Down

0 comments on commit 13a0990

Please sign in to comment.