Skip to content

Commit

Permalink
Update facility.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alexravitz committed Jan 19, 2016
1 parent da94662 commit b8871ef
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions source/user/input_specs/facility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ section are defined by the author of the `RecipeReactor` archetype.

.. code-block:: json
{
"facility": {
"name": "LongTermStorage",
"config": {
"sink": "... archetype-specific input for a `Sink` archetype", }
}
}
{
"facility": {
"name": "PBMR",
"lifetime": "720",
"config": {
"RecipeReactor": "... archetype-specific input for a `RecipeReactor` archetype", }
}
}
{
"facility": {
"name": "LongTermStorage",
"config": {
"sink": "... archetype-specific input for a `Sink` archetype", }
}
}
{
"facility": {
"name": "PBMR",
"lifetime": "720",
"config": {
"RecipeReactor": "... archetype-specific input for a `RecipeReactor` archetype", }
}
}
This is what the example above would look like if written in JSON.
Expand Down

0 comments on commit b8871ef

Please sign in to comment.