From 65e2dde7a157423dab17bb455f470827360da5a7 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 2 Jun 2024 00:10:11 +0200 Subject: [PATCH] Remove URL from README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a52159..47b756a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Example of direct usage of the API behind handwriting in google translate. -https://h7x4abk3g.github.io/google-ime-handwriting-request/ - ### Example request data: ```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. \ No newline at end of file +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.