Skip to content

Commit 73deb66

Browse files
fixed some typos in readme.md
1 parent 3fcbebb commit 73deb66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ If you see **6** as the result everything is functional.
166166
# API stability
167167
168168
TeaScript is pre-mature and many things will probably change in some new (pre-)release.<br>
169-
Howerver, the public methods of the `teascript::Engine` class as well as the public getters of the `teascript::ValueObject` class are considered semi-stable (if not otherwise documented in the code).<br>
169+
However, the public methods of the `teascript::Engine` class as well as the public getters of the `teascript::ValueObject` class are considered semi-stable (if not otherwise documented in the code).<br>
170170
This means that I will try to ensure backward compatibility if possible or provide a smooth transition - except if major issues are detected or at very rare circumstances.<br>
171171
This also counts for the headers version.h / Util.hpp / Exception.hpp.<br>
172172
All other classes / structures / types (including all its methods and members), and free functions are considered unstable and may change often or might be even removed entirely.
@@ -192,7 +192,7 @@ Second, use the high-level C++ API only (e.g. via class teascript::Engine ). Thi
192192
193193
# License
194194
The TeaScript C++ Library is licensed under the the TeaScript Library Standard License.<br>
195-
Please, reed the LICENSE.TXT carefully. You may find another copy also at https://tea-age.solutions/teascript/product-variants/ <br>
195+
Please, read the LICENSE.TXT carefully. You may find another copy also at https://tea-age.solutions/teascript/product-variants/ <br>
196196
If the license does not fit for you, you can purchase a license with lesser restrictions via the contact form on<br>
197197
https://tea-age.solutions<br>
198198
or issue a request to <contact |at| tea-age.solutions><br>

0 commit comments

Comments
 (0)