Skip to content

Commit 68936e1

Browse files
Update README.md
1 parent 88d6282 commit 68936e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -612,13 +612,13 @@ import com.vittoriopiotti.pathgraph.dto.*;
612612
{
613613
"from": "A",
614614
"to": "B",
615-
"cost": "1",
615+
"cost": 1,
616616
"isArrowed": true
617617
},
618618
{
619619
"from": "C",
620620
"to": "A",
621-
"cost": "2",
621+
"cost": 2,
622622
"isArrowed": false
623623
}
624624
]

0 commit comments

Comments
 (0)