Remove todo-list from README

This commit is contained in:
Feufochmar 2018-06-03 19:28:36 +02:00
parent 79133f4e70
commit 28751f465e
1 changed files with 1 additions and 8 deletions

View File

@ -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 (`<script src='phonagen.js'></script>` 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: `<script>phonagen.load('data.json')</script>`)
TODO:
- Description of JSON
- Modify the Racket to use JSON inputs
- Editor