summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-03-18 10:44:52 +0000
committerKatolaZ <katolaz@freaknet.org>2018-03-18 10:47:06 +0000
commit093f6ea8becb36459911157026ce9a01ddb5c2ea (patch)
tree72e9be20c8c8f07bbce59c9fa8e40319d03cddc1
parent862c242ba9801eb6f69825229c53678e18d886e4 (diff)
Small change to README.md
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index ea20b81..8f17c16 100644
--- a/README.md
+++ b/README.md
@@ -7,16 +7,16 @@ walk every time you open the file `psrw.ps`.
You can open the file with `gv`:
-'''
+```
gv -nosafer -nosafedir psrw.ps
-'''
+```
where the extra options are needed to disable some security checks. You
can also visualise the document with Ghostscript, if you like:
-'''
+```
gs psrw.ps
-'''
+```
Liked it? Now close the file and reopen it ;-)
@@ -61,15 +61,15 @@ files saved in proprietary formats?
## Links
- A brief [summary of Poscript
- commands][http://www.math.ubc.ca/~cass/courses/ps.html]
+ commands](http://www.math.ubc.ca/~cass/courses/ps.html)
-- A [game of life][https://www.tjhsst.edu/~edanaher/pslife/] written in
+- A [game of life](https://www.tjhsst.edu/~edanaher/pslife/) written in
Poscript
- An interesting
- [proof][https://nixwindows.wordpress.com/2018/03/13/ed1-is-turing-complete/
-] showing that [ed, the standard text
- editor][http://wiki.c2.com/?EdIsTheStandardTextEditor] is indeed
+ [proof](https://nixwindows.wordpress.com/2018/03/13/ed1-is-turing-complete/
+) showing that [ed, the standard text
+ editor](http://wiki.c2.com/?EdIsTheStandardTextEditor) is indeed
Turing-complete
## License