upd code markup
diff --git a/rgpt3_0.1.0.pdf b/old_documentation/rgpt3_0.1.0.pdf
similarity index 100%
rename from rgpt3_0.1.0.pdf
rename to old_documentation/rgpt3_0.1.0.pdf
Binary files differ
diff --git a/rgpt3_0.2.0.pdf b/old_documentation/rgpt3_0.2.0.pdf
similarity index 100%
rename from rgpt3_0.2.0.pdf
rename to old_documentation/rgpt3_0.2.0.pdf
Binary files differ
diff --git a/paper/paper.md b/paper/paper.md
index eef9895..bf12af5 100644
--- a/paper/paper.md
+++ b/paper/paper.md
@@ -110,7 +110,7 @@
The `output` object contains a list with two data.tables: the text
generations and the meta information about the request made.
-```{r eval=F, echo=T}
+```R
prompt_data = data.frame(prompts = c('How does the US election work?'
, 'Write a diary entry of a professional athlete: '
, 'Maria has started a job as a ')
@@ -130,7 +130,7 @@
pieces of text. Embeddings can be derived as follows (using the
package-provided mini `travel_blog_data` dataset):
-```{r eval=F, echo=T}
+```R
data("travel_blog_data")
example_data = travel_blog_data[1:5, ]