From 5f6a4a6d2197db578accbae466b0f54dfc6e7b6a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 24 Jun 2011 14:29:45 +0200 Subject: [PATCH] tweaked UPDATE file --- UPDATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATE.md b/UPDATE.md index 2b9d376a74..23199cf0f2 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,7 +1,7 @@ How to update your project? =========================== -This document explains how to upgrade from one Symfony2 PR version to the next +This document explains how to upgrade from one Symfony2 version to the next one. It only discusses changes that need to be done when using the "public" API of the framework. If you "hack" the core, you should probably follow the timeline closely anyway.