Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perwendel committed Apr 26, 2013
1 parent 085e322 commit 99aaaed
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 @@ -381,7 +381,7 @@ public class StaticResources {
public static void main(String[] args) {

// Will serve all static file are under "/public" in classpath if the route isn't consumed by others routes.
staticFileRoute("/public");
staticFileLocation("/public");

get(new Route("/hello") {
@Override
Expand Down

0 comments on commit 99aaaed

Please sign in to comment.