From 44d7668121763c351f05ba0e9f8d85ef8de85c42 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 20 Feb 2019 02:08:26 +0900 Subject: [PATCH] Update README.md --- README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/README.md b/README.md index 6cdb551..c3b891a 100644 --- a/README.md +++ b/README.md @@ -37,29 +37,7 @@ 5. enjoy it. ## Example -``` - "terms" -)); -$lines = explode_by_line($copyright); -foreach($lines as $line) { - $copyright .= "

" . $line . "

"; -} - -$data = array( - "copyright" => $copyright -); - -renderView('templates/default/header'); -renderView('view_copyright', $data); -renderView('templates/default/footer'); -?> -``` +- Rest API Integration (Naver Papago Translation REST API): https://gist.github.com/gnh1201/081484e6f5e10bd3be819093ba5f49c8 ## CLI mode example ```