Skip to content

Commit 78e1445

Browse files
committed
Merge branch 'master' of github.com:intersystems-ru/cna
2 parents 34c7f87 + 36b9af6 commit 78e1445

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
@@ -23,7 +23,7 @@ CNA provides an interface for using native C-compatible shared libraries without
2323

2424
For Windows-based systems you can try to do the same as for Linux (for building you may use [mingw32](http://www.mingw.org/) or [mingw32-w64](http://mingw-w64.sourceforge.net/)). Or you can just download [binary files](https://github.com/intersystems-ru/cna/releases). **Note: types (32-bit or 64-bit) of libcna, current Caché installation and external libraries must be equal.**
2525

26-
##Runnning the Tests##
26+
##Runnning tests##
2727

2828
If you want to check if CNA works correctly on your system you may run the unit-tests. You will need native library with test functions 'libtest'. If you build CNA by yourself, it is already in the right place. If no — it must be placed in directory `cna/tests/`. Than you should set `^UnitTestRoot` global to the right value and run the tests.
2929

@@ -32,7 +32,7 @@ If you want to check if CNA works correctly on your system you may run the unit-
3232
do ##class(%UnitTest.Manager).RunTest()
3333
```
3434

35-
##Simple Example##
35+
##Simple example##
3636

3737
Let's try to call `strlen` function from C standard library. In Windows it should be located in `C:\Windows\System32\msvcrt.dll`. In Linux — `/usr/lib/libc.so`. `strlen` returns the length of the string:
3838

0 commit comments

Comments
 (0)