From 270aee458d3f86350a25a3cff76c61f25f373910 Mon Sep 17 00:00:00 2001 From: SteSeg Date: Mon, 29 Dec 2025 16:03:38 -0500 Subject: [PATCH] fix readme file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0afa4bdc..8bb1475a 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ Requirements: Python ≥3.7, OpenMC ≥0.14.0 **Run a benchmark:** ```python -from openmc_fusion_benchmarks import OpenmcBenchmark +import openmc_fusion_benchmarks as ofb -benchmark = OpenmcBenchmark("oktavian_al") +benchmark = ofb.OpenmcBenchmark(name="oktavian_al") benchmark.run() ``` ## Documentation -[Read the Docs](https://openmc-fusion-benchmarks.readthedocs.io) +[Read the Docs](https://openmc-fusion-benchmarks.readthedocs.io/en/latest/index.html) -## License & Contact +## License -MIT License | **Stefano Segantin** (segantin@psfc.mit.edu) | Plasma Science and Fusion Center, MIT +MIT License