Skip to content

Commit

Permalink
typo fix in generate_eln readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jan 31, 2024
1 parent 355e1f9 commit 1adef84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynxtools/eln_mapper/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ELN generator
This is a helper tool for generating ELN files that can be used to add metadata to the dataconverter routine.
Two types of ELN are supported (by passing the flag `eln-type`):
- [**eln**]: The simple ELN generator that can be used in a console or jupyter-notebook.
- [**scheme_eln**]: Scheme based ELN generator that can be used in NOMAD and the ELN can be used as a custom scheme in NOMAD.
- **eln**: The simple ELN generator that can be used in a console or jupyter-notebook.
- **scheme_eln**: Scheme based ELN generator that can be used in NOMAD and the ELN can be used as a custom scheme in NOMAD.

```
$ generate_eln --options <value>
Expand Down

0 comments on commit 1adef84

Please sign in to comment.