Skip to content

Commit ad51bff

Browse files
author
Paul Hutchinson
committed
Fixed some formating in the readme.
1 parent c63e152 commit ad51bff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ future sessions).
7373
## Add examples
7474
Here are some examples of adding vars using assign.
7575

76-
Example | Use | Expands to
77-
------------------------------- | ----------------------------------- | -----------------------------------------------
78-
assign c / | ls $c | ls /
79-
assign doc /home/user/Documents | cp instructions.pdf $doc | cp instructions.pdf /home/user/Documents
80-
assign down ~/Downloads | cat $down/AscIITable.txt | cat ~/Downloads/AscIITable.txt
81-
assign docroot /var/www/html | chmod 777 $docroot/site1/index.html | chmod 777 /var/www/html/site1/index.html
76+
Example | Use | Expands to
77+
--------------------------------- | ------------------------------------- | -----------------------------------------------
78+
`assign c /` | `ls $c` | `ls /`
79+
`assign doc /home/user/Documents` | `cp instructions.pdf $doc` | `cp instructions.pdf /home/user/Documents`
80+
`assign down ~/Downloads` | `cat $down/AscIITable.txt` | `cat ~/Downloads/AscIITable.txt`
81+
`assign docroot /var/www/html` | `chmod 777 $docroot/site1/index.html` | `chmod 777 /var/www/html/site1/index.html`
8282

8383
## Deleting an assignment
8484
You delete an assignment using the -d option followed by the assignment to delete. It will be freed from this point on.

0 commit comments

Comments
 (0)