Skip to content

Commit 488656a

Browse files
committed
rft - inline list of implementations in readme
1 parent 25bb1a1 commit 488656a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,15 @@ VerbalExpression regex = regex(regex().anything().addModifier('i')).endOfLine().
7171
```
7272

7373
## Other implementations
74-
You can view all implementations on [VerbalExpressions.github.io](http://VerbalExpressions.github.io)
75-
- [Javascript](https://github.com/VerbalExpressions/JSVerbalExpressions)
76-
- [PHP](https://github.com/VerbalExpressions/PHPVerbalExpressions)
77-
- [Python](https://github.com/VerbalExpressions/PythonVerbalExpressions)
78-
- [C#](https://github.com/VerbalExpressions/CSharpVerbalExpressions)
79-
- [Objective-C](https://github.com/VerbalExpressions/ObjectiveCVerbalExpressions)
80-
- [Ruby](https://github.com/ryan-endacott/verbal_expressions)
81-
- [Groovy](https://github.com/VerbalExpressions/GroovyVerbalExpressions)
82-
- [Haskell](https://github.com/VerbalExpressions/HaskellVerbalExpressions)
83-
- [C++](https://github.com/VerbalExpressions/CppVerbalExpressions)
74+
You can view all implementations on [VerbalExpressions.github.io](http://VerbalExpressions.github.io)
75+
76+
[
77+
[Javascript](https://github.com/VerbalExpressions/JSVerbalExpressions) -
78+
[PHP](https://github.com/VerbalExpressions/PHPVerbalExpressions) -
79+
[Python](https://github.com/VerbalExpressions/PythonVerbalExpressions) -
80+
[C#](https://github.com/VerbalExpressions/CSharpVerbalExpressions) -
81+
[Objective-C](https://github.com/VerbalExpressions/ObjectiveCVerbalExpressions) -
82+
[Ruby](https://github.com/ryan-endacott/verbal_expressions) -
83+
[Groovy](https://github.com/VerbalExpressions/GroovyVerbalExpressions) -
84+
[Haskell](https://github.com/VerbalExpressions/HaskellVerbalExpressions) -
85+
[C++](https://github.com/VerbalExpressions/CppVerbalExpressions) - ... ([moarr](https://github.com/VerbalExpressions)) ]

0 commit comments

Comments
 (0)