Skip to content

Commit d7e5b28

Browse files
authored
Update README.md
Made updates to the README.md to align with the README standards
1 parent e1458ea commit d7e5b28

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
# SAS Scripting Wrapper for Analytics Transfer (SWAT)
3+
## Overview
34

45
The **SAS SWAT** package is a Python interface to the **SAS Cloud Analytic
56
Services (CAS)** engine (the centerpiece of the
@@ -21,8 +22,9 @@ With the best-of-breed **SAS** analytics in the cloud and the use of
2122
Python and its large collection of open source packages, the **SWAT**
2223
package gives you access to the best of both worlds.
2324

25+
To view updates to this project see the [Change Log](https://github.com/sassoftware/python-swat/blob/master/CHANGELOG.md).
2426

25-
## Requirements
27+
# Prerequisites
2628

2729
To access the CAS binary protocol (recommended), you need the following:
2830

@@ -135,13 +137,15 @@ CAS server::
135137

136138
>>> conn.close()
137139

140+
# Contributing
141+
The [Contributor Agreement](https://github.com/sassoftware/python-swat/blob/master/ContributorAgreement.txt) details on how contributions can be made to the project. The [Contributing](https://github.com/sassoftware/python-swat/blob/master/CONTRIBUTING.md) includes instructions and rules as it relates to making contributions on the project.
138142

139-
# Resources
143+
# Licensing
144+
The [LICENSE.md](https://github.com/sassoftware/python-swat/blob/master/LICENSE.md) states how this package is released and licensed.
140145

141-
[SAS SWAT](http://github.com/sassoftware/python-swat/)
142-
143-
[Python](http://www.python.org/)
144-
145-
[SAS Viya](http://www.sas.com/en_us/software/viya.html)
146+
# Additional Resources
147+
- [SAS SWAT](http://github.com/sassoftware/python-swat/)
148+
- [Python](http://www.python.org/)
149+
- [SAS Viya](http://www.sas.com/en_us/software/viya.html)
146150

147151
Copyright SAS Institute

0 commit comments

Comments
 (0)