Skip to content

Commit

Permalink
updated examples for C5
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Dec 13, 2018
1 parent 135e2bf commit 0aebb90
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ method, #f is returned.
### h5py

```scheme
(import chicken)
(require-extension pyffi)
(import chicken pyffi)
(py-start)
Expand Down Expand Up @@ -163,7 +162,7 @@ method, #f is returned.
;;
;; soffice "-accept=socket,host=localhost,port=2002;urp;"
;;
(require-extension pyffi)
(import pyffi)
(py-start)
Expand Down Expand Up @@ -202,7 +201,7 @@ method, #f is returned.
## License

>
> Copyright 2007-2016 Ivan Raikov. Based on pyffi.lisp by Dmitri Hrapof.
> Copyright 2007-2018 Ivan Raikov. Based on pyffi.lisp by Dmitri Hrapof.
>
> This program is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 0aebb90

Please sign in to comment.