Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdcth committed Apr 1, 2017
1 parent 5070467 commit bf39fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EOF;

//example1 不抛出异常
$bnlp = new BosonNLP("your_key");
$response= $bnlp->keywords($news."\"")
$response= $bnlp->keywords($news);
if($response){
var_dump($response);
}
Expand Down

0 comments on commit bf39fde

Please sign in to comment.