Skip to content

Commit b2b5ba2

Browse files
committed
Update paper links and instructions in README.
1 parent 6c4fdfd commit b2b5ba2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<img src="https://www.objectionary.com/cactus.svg" height="100px"/>
1+
# LaTeX Sources of the "Reducing Programs to Objects" Paper
22

33
[![arXiv](https://img.shields.io/badge/arXiv-2112.11988-green.svg)](https://arxiv.org/abs/2112.11988)
44
[![make](https://github.com/yegor256/reducing-programs-to-objects/actions/workflows/latexmk.yml/badge.svg)](https://github.com/yegor256/reducing-programs-to-objects/actions/workflows/latexmk.yml)
55

6-
The paper is published [in arXiv](https://arxiv.org/abs/2112.11988) (draft is [here](https://github.com/objectionary/reducing-programs-to-objects/blob/gh-pages/paper.pdf)).
6+
The paper is published in [arXiv] (draft is in this [PDF]).
77

88
To build it, just run:
99

1010
```bash
11-
$ make
11+
make
1212
```
1313

1414
You need to have
@@ -20,4 +20,7 @@ and
2020
[`texqc`](https://rubygems.org/gems/texqc)
2121
installed.
2222

23-
Once compiled and packaged, upload zip archive to [arXiv](https://arxiv.org/abs/2112.11988).
23+
Once compiled and packaged, upload zip archive to [arXiv].
24+
25+
[PDF]: https://github.com/objectionary/reducing-programs-to-objects/blob/gh-pages/paper.pdf
26+
[arXiv]: https://arxiv.org/abs/2112.11988

0 commit comments

Comments
 (0)