add bullet points

This commit is contained in:
2022-09-22 21:01:53 +01:00
parent c0f857b8b8
commit 1c6387d3cc

View File

@@ -16,10 +16,8 @@ rules set in maths. It's designed to be easy for mathematicians to write and und
reused variables, and infomation for use in understanding the pseudo REGEX: reused variables, and infomation for use in understanding the pseudo REGEX:
``` - NAME = [a-zA-Z][a-za-z0-9]\*
NAME = [a-zA-Z][a-za-z0-9]* - spaces used in the pseudo REGEX should be taken as 1 or many spaces.
spaces used in the pseudo REGEX should be taken as 1 or many spaces.
```
--- ---