Update README

master
Mu Lei 13 years ago
parent 55b6e80975
commit 27cc3f3eae

@ -3,7 +3,7 @@ guile-csv
Guile csv reader Guile csv reader
==USAGE== ==USAGE
* install * install
./configure && make ./configure && make
@ -36,6 +36,7 @@ and file.xml could be:
``` ```
* sxml->csv or csv-write to output a csv format file * sxml->csv or csv-write to output a csv format file
```scheme ```scheme
(call-with-output-file "file.csv" (call-with-output-file "file.csv"
(lambda (port) (lambda (port)

Loading…
Cancel
Save