From 28751f465eb03e6d310f05c3a6effc80111b2576 Mon Sep 17 00:00:00 2001 From: Feufochmar Date: Sun, 3 Jun 2018 19:28:36 +0200 Subject: [PATCH] Remove todo-list from README --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index f8c436e..0ff11a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Phonagen Phonemic word generation tools. -Phonagen provide several tools to make words generators based on the prononciation, transcriptions, and translitterations of phonemes. +Phonagen provide several tools to make words generators based on the prononciation and transcriptions of phonemes. The tools are built around a JSON representation of phonemes and word generators. @@ -11,10 +11,3 @@ To use it on any webpage: - include the script on your page (`` in the headers) - add a div (or another block element) with the `phonagen` id - call the `phonagen.load()` function with the JSON file to use as an argument (either in the `onload` method of the body, or in a script tags placed after the `phonagen` block ex: ``) - - - -TODO: -- Description of JSON -- Modify the Racket to use JSON inputs -- Editor