From 6ddc5a8895cb88458e4b320650d1f1c8a14ee028 Mon Sep 17 00:00:00 2001 From: Atell Krasnopolski Date: Tue, 23 May 2023 13:27:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0cef68..8d9fa2a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://github.com/gojakuch/JetReconstruction.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/gojakuch/JetReconstruction.jl/actions/workflows/CI.yml?query=branch%3Amain) -This code is not a registered Julia package yet and it is not optimised. For now, using it is not recommended. If you want to use it, the valid option would be to change the `main.jl` file how you want and run it. That file should either start with +This code is not a registered Julia package yet. If you want to use it, the valid option would be to change the `main.jl` file how you want and run it. That file should either start with ```julia using Revise; import Pkg # you need to have Revise installed Pkg.activate(".")