From 47a7878176818241429d894cf5568fe8e06da2ab Mon Sep 17 00:00:00 2001 From: Robert Varga <31305224+robovarga@users.noreply.github.com> Date: Fri, 10 May 2019 10:38:52 +0200 Subject: [PATCH] Removed duplicated line in README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c68bc57..a3ec608 100644 --- a/README.md +++ b/README.md @@ -441,7 +441,6 @@ SEOMeta::setTitleDefault($default); SEOMeta::setDescription($description); SEOMeta::setKeywords($keywords); SEOMeta::setRobots($robots); -SEOMeta::setTitleSeparator($separator); SEOMeta::setCanonical($url); SEOMeta::setPrev($url); SEOMeta::setNext($url);