Skip to content

Commit f8857f1

Browse files
authored
Update README.md
1 parent 0d1a802 commit f8857f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ Note that the names on the ruby side are converted to CamelCase.
11301130

11311131
You can change the member name specified from Ruby by using `[MRubyMember("alias name")]`.
11321132

1133-
```
1133+
```cs
11341134
[MRubyObject]
11351135
partial class Foo
11361136
{
@@ -1141,7 +1141,7 @@ partial class Foo
11411141

11421142
Also, you can receive data from Ruby via any constructor by using the `[MRubyConstructor]` attribute.
11431143

1144-
```
1144+
```cs
11451145
[MRubyObject]
11461146
partial class Foo
11471147
{

0 commit comments

Comments
 (0)