From e396d06953bcdcd73da8ff41abfd4c6ee8872aa2 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 19 Aug 2018 10:31:32 -0700 Subject: [PATCH] Try again to fix the README for the web --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f4489f..773251d 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ conjugation quandle of the symmetric group on three elements and then performs a few simple computations on that quandle, will give the flavor of RAQ. (It is presumed that the RAQ package has already been loaded with `LoadPackage("RAQ");` prior to these example commands being executed. - + + Also, please excuse/ignore the `#!` at the beginning of each line in the example session, they're there just because this file is also used as part of the RAQ manual produced via AutoDoc.) - + + ''' #! gap> S3 := SymmetricGroup(3); #! Sym( [ 1 .. 3 ] )