From 14112e2396c780771a8860631aa3aa0e06f7be99 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Wed, 10 Oct 2012 22:43:26 +0400 Subject: [PATCH] Add sample.project.clj to the docs section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e2c966d..305cf1bc 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Leiningen documentation is organized as a number of guides: * [Polyglot (e.g. Clojure/Java) projects](https://github.com/technomancy/leiningen/blob/master/doc/MIXED_PROJECTS.md) * Leiningen [Profiles](https://github.com/technomancy/leiningen/blob/master/doc/PROFILES.md) * [Deployment & Distribution of Libraries](https://github.com/technomancy/leiningen/blob/master/doc/DEPLOY.md) + * [Sample project.clj](https://github.com/technomancy/leiningen/blob/preview/sample.project.clj) * [Plugins](https://github.com/technomancy/leiningen/blob/master/doc/PLUGINS.md) * [FAQ](https://github.com/technomancy/leiningen/blob/master/doc/FAQ.md)