aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander <alexandermpickering@gmail.com>2020-06-22 18:43:20 -0400
committerAlexander <alexandermpickering@gmail.com>2020-06-22 18:43:20 -0400
commit0ae554c80c030a37720506e8580f53db6bb5279c (patch)
tree35e144178c5bb003f9466445e5fa0717c001b8d2 /README.md
parent45aeec248278371ff3c0ca6d3f8711a5feab3f58 (diff)
downloadsober-master.tar.gz
sober-master.tar.bz2
sober-master.zip
Typo fix in the readme.HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 031c23b..4fa312f 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ SOBER should set up it's files as needed.
People that need to use the bug tracker should have access (ex over ssh) to the deploy/bugs directory. Each bug has a id# as a filename. You can search for bugs by using grep. Ex:
`grep "0:" *` will find all open bugs
-To give feedback to the users of the site, change the 5th line in the bug report. It has the format <status>:<text>
-statis can be:
+To give feedback to the users of the site, change the 5th line in the bug report. It has the format &lt;status&gt;:&lt;text&gt;
+status can be:
* 0 : unassigned, text MUST NOT exist
* 1 : assigned, text will be displayed
@@ -30,5 +30,5 @@ statis can be:
## Misc
-If your filesystem supports it, "lock" the file while it is being edited by a developer, so that data submitted by users is not overwritten.
+If your filesystem supports it, "lock" the file while it is being edited by a developer (ex, with an autorun script within the editor), so that data submitted by users is not overwritten.