Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e624f31

Browse files
author
Ryan Neufeld
committed
Merge pull request clojure-cookbook#475 from dz-cies/patch2
Use app template than default in 7.10
2 parents 98898f7 + 8676ff0 commit e624f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07_webapps/7-10_basic.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Compojure at a higher level of abstraction, by defining resources.(((web applica
1212
Use https://github.com/clojure-liberator/liberator[Liberator] to
1313
create HTTP-compliant, RESTful web apps.
1414

15-
To follow along with this recipe, create a new project using the command *+lein new liberator-test+*.
15+
To follow along with this recipe, create a new project using the command *+lein new app liberator-test+*.
1616

1717
Inside your _project.clj_, add the following dependencies to your +:dependencies+ key:
1818

0 commit comments

Comments
 (0)