From 86d731f433f8fe2692c3640d01a5714ea3b3fbe3 Mon Sep 17 00:00:00 2001 From: Ryan Romanchuk Date: Tue, 15 May 2018 09:38:12 -0700 Subject: [PATCH] Use correct template dir in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a30e6..0389cb8 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,7 @@ For convenience we include a basic view: ``` -The ```render_activity``` view helper will render the activity by picking the partial ```activity/_pin``` for a pin activity, ```aggregated/_follow``` for an aggregated activity with verb follow. +The ```render_activity``` view helper will render the activity by picking the partial ```activity/_pin``` for a pin activity, ```aggregated_activity/_follow``` for an aggregated activity with verb follow. The helper will automatically send ```activity``` to the local scope of the partial; additional parameters can be send as well as use different layouts, and prefix the name