Skip to content

Commit

Permalink
Fix: layout of README
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarpino committed Nov 6, 2019
1 parent ebc1d6d commit 93a5943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ An example of standard usage
(* Load the ARES package *)
<<ARES`

(* declare an observable of interest, for example the D-parameter *)
(* declare an observable of interest, the D-parameter here *)
dpar = BuildObservable["DParameter"];

(* Resum the D-parameter for the event configuration given by {xq, xqb}, where the observable takes the value v *)
(* Resum the D-parameter for the event configuration given by {xq, xqb},
where the observable takes the value v *)
Resum[{xq, xqb}, Log[1/v], dpar, {"Order" -> "NNLL"}]

#+END_SRC

0 comments on commit 93a5943

Please sign in to comment.