From 3eb378775226216d0c1c822f64ddf6a29b6f507c Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 22 Dec 2020 15:34:07 -0800 Subject: [PATCH] put file names in backticks, though gitea doesn't handle them.. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d042ff..ad6a952 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ the hash. There is the concept of aliases to make the import statements easier to read. An alias file is currently limited to python packages (modules -in a directory w/ an __init__.py file). An example is the randpkg in -the fixtures directory. You can put a file named cas_aliases.txt along -side the __init__.py file. Each line of the file is: +in a directory w/ an `__init__.py` file). An example is the randpkg in +the fixtures directory. You can put a file named `cas_aliases.txt` along +side the `__init__.py` file. Each line of the file is: ``` ```