Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit cf120a2

Browse files
author
Anne-Sophie Pédron
committed
[Readme & contributing] Minor changes
1 parent cc4653a commit cf120a2

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

33
We gladly welcome pull requests to MyScript Web. If you would like to add or modify new or larger features, see the **Adding features** section below.
4-
If you have any questions, or need help solving a problem, feel free to stop by the [#MyScript forum](https://dev.myscript.com/support/forum/).
4+
If you have any questions, or need help to solve a problem, feel free to stop by the [#MyScript forum](https://dev.myscript.com/support/forum/).
55

66
## Contributor License Agreement
77

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
myscript-text-web is a web component that can be used in every web application to bring handwriting recognition and conversion. It integrates all you need:
1212
* Signal capture,
13-
* Nice digital ink rendering,
13+
* Digital ink rendering,
1414
* Rich editing gestures,
1515
* Conversion,
1616
* Import (raw text),
@@ -29,33 +29,29 @@ myscript-text-web is a web component that can be used in every web application t
2929
```shell
3030
bower install myscript-text-web
3131
```
32-
2. Create and edit `index.html` file in the same directory. Add the following line in the head section to import the library.
33-
32+
2. Create and edit `index.html` file in the same directory. Add the following line in the `head` section to import the library.
3433
```html
3534
<!-- Load the webcomponent polyfill -->
3635
<script src="bower_components/webcomponentsjs/webcomponents-loader.js"></script>
3736
<!-- Load myscript-text-web and the related librairies -->
3837
<link rel="import" href="bower_components/myscript-text-web/myscript-text-web.html">
39-
```
40-
41-
3. Use the component in the body section. Use the keys you received by mail.
38+
```
4239

40+
3. Use the component in the `body` section. Use the keys you received by mail.
4341
```html
4442
<myscript-text-web
4543
applicationkey="YOUR MYSCRIPT CDK APPLICATION KEY"
4644
hmackey="YOUR MYSCRIPT CDK HMAC KEY">
4745
</myscript-text-web>
4846
```
49-
5047
4. Launch a local web-server and use it!
5148

5249

53-
5450
## Examples
5551

5652
Browse [the examples hosted on github.io](https://myscript.github.io/myscript-text-web/examples/).
5753

58-
The [directory examples/](/examples) of this git repository contains all the example source code.
54+
The [directory examples/](/examples) of this Git repository contains all the example source codes.
5955

6056
## Documentation
6157

0 commit comments

Comments
 (0)