Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
terwilligergreen committed Jul 31, 2016
1 parent c558914 commit 814eacc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ The title of AT-3 is ROLE-BASED SECURITY TRAINING
```

List various details of a control in a Python shell:
```

```python
>>> c.id
'AT-3'
>>> c.number
Expand Down Expand Up @@ -100,7 +101,7 @@ systems to which personnel have authorized access. In addition, organizations p

ComplianceLib will also generate control information in various formats.

```
```python
>>> print(c.format('json'))
{"description": "The organization provides role-based security training to personnel with assigned security roles and
responsibilities:\na. Before authorizing access to the information system or performing assigned duties;\nb. When required by
Expand Down

0 comments on commit 814eacc

Please sign in to comment.