Skip to content

Commit 26a9dfe

Browse files
committed
no message
1 parent 63af186 commit 26a9dfe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Here are the functions available in the TypingDNA class:
2323
* .getQuality(typingPattern) ⇒ `Number`
2424

2525

26-
### TypingDNA.getTypingPattern(optionsObject)`String`
26+
### TypingDNA.getTypingPattern(optionsObject)
2727
This is the main function that outputs the user's typing pattern as a String
2828

29-
**Returns**: A typing pattern in String form
29+
**Returns**: A typing pattern in `String` form
3030

3131
**optionsObject**: An object of the following form {type:Number, text:String, textId:Number, length: Number, extended:Boolean}. Detail table below.
3232

@@ -68,7 +68,7 @@ Automatically called at initilization. It starts the recording of typing events.
6868
### TypingDNA.stop()
6969
Ends the recording of further typing events.
7070

71-
### TypingDNA.getQuality(typingPattern)`Number`
71+
### TypingDNA.getQuality(typingPattern)
7272
Checks the quality of a general typing pattern (type 0), how well it is revelated, how useful the
7373
information will be for matching applications.
7474

0 commit comments

Comments
 (0)