We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6804462 commit 8ed8282Copy full SHA for 8ed8282
1 file changed
README.md
@@ -37,7 +37,7 @@ An UIAlertView replacement with block syntax and fancy transition styles. As see
37
38
**Code:**
39
40
-```
+```objc
41
SIAlertView *alertView = [[SIAlertView alloc] initWithTitle:@"SIAlertView" andMessage:@"Sumi Interactive"];
42
43
[alertView addButtonWithTitle:@"Button1"
@@ -80,4 +80,4 @@ SIAlertView was created by [Sumi Interactive](https://github.com/Sumi-Interactiv
80
81
## License
82
83
-SIAlertView is available under the MIT license. See the LICENSE file for more info.
+SIAlertView is available under the MIT license. See the LICENSE file for more info.
0 commit comments