From ea77bd530ae6e0c48cd54f663f98f1ad5caf0a57 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 24 Feb 2015 11:30:22 +0000 Subject: [PATCH] Document Spring Framework 4.1 as a requirement Closes gh-20 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c80cb5a..1fa0548e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For a broader introduction see the Documenting RESTful APIs presentation. Both t ## Quickstart -The project requires Java 7 or later. Snapshots are published to +The project requires Spring Framework 4.1 and Java 7 or later. Snapshots are published to `https://repo.spring.io/snapshot`. Alternatively, it can be built locally using Gradle: ```