From 55f6d022238f67c6ea8e1174e4a9f23b706993a5 Mon Sep 17 00:00:00 2001 From: Tamas Gal Date: Sun, 8 Dec 2019 17:39:25 +0100 Subject: [PATCH] Update readme --- docs/src/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 38eb969..7588495 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -30,8 +30,8 @@ encoding in **Corpuscles.jl**: ```julia julia> using Corpuscles -julia> p = Particle(-319) -Particle(-319) +julia> p = Particle(12) +Particle(12) 'nu(e)' ``` To get an overview of the available particle information, use `print()`: