Remove URL from README.md
This commit is contained in:
parent
23cc195125
commit
65e2dde7a1
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
Example of direct usage of the API behind handwriting in google translate.
|
Example of direct usage of the API behind handwriting in google translate.
|
||||||
|
|
||||||
https://h7x4abk3g.github.io/google-ime-handwriting-request/
|
|
||||||
|
|
||||||
### Example request data:
|
### Example request data:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
@ -40,4 +38,4 @@ https://h7x4abk3g.github.io/google-ime-handwriting-request/
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
where ink is an array of strokes. A stroke is formatted as an array containing three arrays. They contain every points x-values, y-values and the time between point creation and the beginning of the stroke.
|
where ink is an array of strokes. A stroke is formatted as an array containing three arrays. They contain every points x-values, y-values and the time between point creation and the beginning of the stroke.
|
||||||
|
|
Reference in New Issue