Skip to content

Commit 4696a90

Browse files
committed
Update README.md
1 parent 9cfc4b6 commit 4696a90

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It seems like everything has a REST webservice these days and there is no reason
66
Getting started
77
---------------
88

9-
1. In a new or existing workbook, open VBA (Alt+F11) and import all files from the src/ directory into the project
9+
1. In a new or existing workbook, open VBA (Alt+F11) and import all files from the src/ directory into the workbook (`RestClientBase.bas` is optional)
1010
2. In a new module or class, create a new RestClient for the service, create a new RestRequest to request something specific from the service,
1111
and then use the client to execute the request
1212
(See below for a simple example)
@@ -126,7 +126,9 @@ Bugfixes:
126126

127127
- Add async support
128128

129-
Author: Tim Hall
129+
### About
130+
131+
- Author: Tim Hall
132+
- License: MIT
130133

131-
License: MIT
132134
[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/304523f72ecef00eae1840dcac0c16bd "githalytics.com")](http://githalytics.com/timhall/Excel-REST)

0 commit comments

Comments
 (0)