Skip to content

Commit

Permalink
fix readme links (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Vatjus-Anttila authored Mar 7, 2019
1 parent 65ae20f commit 751b0da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ $ npm i -g puml2code
```

### Supported output languages
* [CoffeeScript](test/data/coffeescript.coffee) (coffeescript)
* [C#](test/data/csharp.cs) (csharp)
* [ECMAScript5](test/data/ecmascript5.js) (javascript)
* [ECMAScript6](test/data/ecmascript6.js) (javascript2.0) [default]
* [Java](test/data/java.java) (java)
* [PHP](test/data/php.php) (php)
* [Ruby](test/data/ruby.rb) (ruby)
* [TypeScript](test/data/typescript.ts) (typescript)
* [CoffeeScript](test/data/car.coffeescript.coffee) (coffeescript)
* [C#](test/data/car.csharp.cs) (csharp)
* [ECMAScript5](test/data/car.ecmascript5.js) (javascript)
* [ECMAScript6](test/data/car.ecmascript6.js) (javascript2.0) [default]
* [Java](test/data/car.java.java) (java)
* [PHP](test/data/car.php.php) (php)
* [Ruby](test/data/car.ruby.rb) (ruby)
* [TypeScript](test/data/car.typescript.ts) (typescript)

### Supported features
* output: file per class/console
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puml2code",
"version": "0.2.0",
"version": "0.3.0",
"description": "PlantUML to code generator",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 751b0da

Please sign in to comment.