Skip to content

Commit 63edbd8

Browse files
committed
DOC: Minor updates to README.
1 parent 4fca668 commit 63edbd8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.org

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#+author: Wouter Beek
2-
#+title: ~graph_export~
1+
#+TITLE: ~prolog_graph_export~
2+
#+AUTHOR: Wouter Beek
33
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
44
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>
55
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
@@ -23,15 +23,15 @@ Please report any issues that you find when using this library.
2323
4. Add the following line to your ~.swiplrc~ file:
2424

2525
#+BEGIN_SRC prolog
26-
user:file_search_path(library, '/your/path/to/graph_export/prolog').
26+
user:file_search_path(library, '/your/path/to/prolog_graph_export/prolog').
2727
#+END_SRC
2828

29-
In order to generate DOT visualizations, install GraphViz:
29+
5. In order to generate DOT visualizations, install GraphViz:
3030

31-
- ~$ sudo apt install graphviz~ on Debian-based distro's (e.g., Ubuntu).
32-
- ~$ sudo dnf install graphviz~ on Red Hat-based distro's (e.g., Fedora).
31+
- ~$ sudo apt install graphviz~ on Debian-based distro's (e.g., Ubuntu).
32+
- ~$ sudo dnf install graphviz~ on Red Hat-based distro's (e.g., Fedora).
3333

34-
* Simple usage
34+
* Usage
3535

3636
Once installed, modules from this library can by imported in the
3737
following way:

0 commit comments

Comments
 (0)