Skip to content

Commit

Permalink
Parentheses near the line break are optional now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Dec 1, 2019
1 parent 0f82037 commit e9e4b4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ NuGet package: [Platform.Communication.Protocol.Lino](https://www.nuget.org/pack
## Examples
### Links notation (lino)
```
(papa (lovesMama: loves mama))
(son lovesMama)
(daughter lovesMama)
(all (love mama))
papa (lovesMama: loves mama)
son lovesMama
daughter lovesMama
all (love mama)
```
### Getting a IList\<[Link](https://linksplatform.github.io/Communication.Protocol.Lino/api/Platform.Communication.Protocol.Lino.Link.html)\>
```C#
Expand All @@ -41,4 +41,4 @@ links.Format()

## Depend on
* [Pegasus](https://github.com/otac0n/Pegasus)
* [Platform.Collections](https://github.com/linksplatform/Collections)
* [Platform.Collections](https://github.com/linksplatform/Collections)

0 comments on commit e9e4b4e

Please sign in to comment.