README.md - update

This commit is contained in:
freestrings
2019-03-05 14:33:33 +09:00
parent c122fe18d3
commit ca5d9bda4a
8 changed files with 148 additions and 52 deletions

View File

@@ -7,7 +7,7 @@
</head>
<body role="document">
<div class="container">
<h3 style="margin-top: 15px;">JsonPath evaluator - Webassembly via Rust</h3>
<h3 style="margin-top: 15px;">JsonPath evaluator with Webassembly via Rust</h3>
<!--
<div style="margin-top: -12px; margin-bottom: 10px;">
<span id="version" style="font-size: xx-small"></span>&nbsp;-&nbsp;
@@ -22,9 +22,9 @@
</div>
<div class="form-group">
<div class="input-group mb-3">
<input type="text" id="jsonpath-input" class="form-control" placeholder="Enter path">
<input type="text" id="jsonpath-input" class="form-control" placeholder="Enter 입력">
<div class="input-group-append">
<span class="input-group-text" id="read-json">Go!</span>
<span class="input-group-text" id="read-json">실행</span>
</div>
</div>
</div>