You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ Formatter Bundle
6
6
A formatter package that will help you to easily convert between various formats such as XML, JSON, CSV, etc...
7
7
8
8
# Goals
9
-
The goals of this library to to allow the transfomation of data formats from one type to another. See Parsers and Formats to see supported input / output formats.
9
+
The goals of this library are to allow the transfomation of data formats from one type to another.
10
+
See Parsers and Formats to see supported input / output formats.
10
11
11
12
# Installation
12
13
@@ -43,7 +44,7 @@ All of the following are formats that are supported for output.
43
44
* XML
44
45
* YAML
45
46
46
-
## General Usage (See tests for most up to date examples)
0 commit comments