Skip to content

Commit b0bf3cc

Browse files
author
Chris Hulbert
committed
Readme formatting
1 parent 7d0bf2a commit b0bf3cc

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

readme.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This contains a small patch to the C library so that it doesn't segfault with a
88
Usage
99
-----
1010

11-
#import "MessagePack.h"
12-
...
13-
NSData* myData = ...
14-
NSDictionary* parsed = [myData messagePackParse];
15-
NSLog(@"%@", [parsed description]);
11+
#import "MessagePack.h"
12+
...
13+
NSData* myData = ...
14+
NSDictionary* parsed = [myData messagePackParse];
15+
NSLog(@"%@", [parsed description]);
1616

1717
Authors
1818
-------
@@ -23,16 +23,16 @@ Authors
2323
License
2424
-------
2525

26-
Copyright 2011 Media Innovations
26+
Copyright 2011 Media Innovations
2727

28-
Licensed under the Apache License, Version 2.0 (the "License");
29-
you may not use this file except in compliance with the License.
30-
You may obtain a copy of the License at
28+
Licensed under the Apache License, Version 2.0 (the "License");
29+
you may not use this file except in compliance with the License.
30+
You may obtain a copy of the License at
3131

32-
http://www.apache.org/licenses/LICENSE-2.0
32+
http://www.apache.org/licenses/LICENSE-2.0
3333

34-
Unless required by applicable law or agreed to in writing, software
35-
distributed under the License is distributed on an "AS IS" BASIS,
36-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37-
See the License for the specific language governing permissions and
38-
limitations under the License.
34+
Unless required by applicable law or agreed to in writing, software
35+
distributed under the License is distributed on an "AS IS" BASIS,
36+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37+
See the License for the specific language governing permissions and
38+
limitations under the License.

0 commit comments

Comments
 (0)