Skip to content

Commit 900fb5a

Browse files
committed
fixed readme
1 parent 5a9737e commit 900fb5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ API to have CleanTalk anti-spam on Ruby
33

44
Example of usage:
55

6-
require 'cleantalk.class.rb'
6+
`require 'cleantalk.class.rb'
77

88
sender_info = Array.new(:cms_lang => 'en_US') #here put locale for your language
99

@@ -22,7 +22,7 @@ result = ct.isAllowMessage(request) # for message checking
2222
result = ct.isAllowUser(request) # for registration checking
2323

2424
# result.allow contains our decision: 1 for allowed message, 0 for blocked
25-
# result.comment contains comment for our decision
25+
# result.comment contains comment for our decision`
2626

2727

2828

0 commit comments

Comments
 (0)