Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA authored Sep 26, 2024
1 parent 0d1a802 commit f8857f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ Note that the names on the ruby side are converted to CamelCase.

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

```
```cs
[MRubyObject]
partial class Foo
{
Expand All @@ -1141,7 +1141,7 @@ partial class Foo

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

```
```cs
[MRubyObject]
partial class Foo
{
Expand Down

0 comments on commit f8857f1

Please sign in to comment.