example: Fix the prologue to correctly require dds.
This commit is contained in:
parent
e7d4ff88cf
commit
1166132362
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#+TITLE: Examples of usage of =dds=
|
||||
|
||||
#+PROPERTY: header-args:racket :prologue "#lang racket\n(require graph dds/networks.rkt dds/utils.rkt)"
|
||||
#+PROPERTY: header-args:racket :prologue "#lang racket\n(require graph dds/networks dds/utils)"
|
||||
|
||||
* Introduction
|
||||
This document shows some examples of usage of the modules in =dds=
|
||||
|
|
Loading…
Reference in a new issue