Skip to content

Commit 1db2ef3

Browse files
authored
Update README.md
Lattice -> Language
1 parent a70725b commit 1db2ef3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Meet Your Python PALS
22

3-
This is a Python implementation for the Particle Accelerator Lattice Standard ([PALS](https://github.com/campa-consortium/pals)).
3+
This is a Python implementation for the Particle Accelerator Language Standard ([PALS](https://github.com/campa-consortium/pals)).
44

55
To define the PALS schema, [Pydantic](https://docs.pydantic.dev) is used to map to Python objects, perform automatic validation, and serialize/deserialize data classes to/from many modern file formats.
66
Various modern file formats (e.g., YAML, JSON, TOML, XML, etc.) are supported, which makes the implementation of the schema-following files in any modern programming language easy (e.g., Python, Julia, C++, LUA, Javascript, etc.).
@@ -9,7 +9,7 @@ Here, we do Python.
99

1010
## Status
1111

12-
This project is a work-in-progress and evolves alongside the Particle Accelerator Lattice Standard ([PALS](https://github.com/campa-consortium/pals)).
12+
This project is a work-in-progress and evolves alongside the Particle Accelerator Language Standard ([PALS](https://github.com/campa-consortium/pals)).
1313

1414

1515
## Approach

0 commit comments

Comments
 (0)