Skip to content

Commit

Permalink
Merge pull request #30 from Kray-G/develop
Browse files Browse the repository at this point in the history
issue #7: updated README.
  • Loading branch information
Kray-G authored Oct 28, 2019
2 parents 02dff6a + bb6c84e commit 2b63f86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The main feature is below.
* Not completed so far, though.
* See [doc/cstdlib.md](doc/cstdlib.md) for the current status.
* KCCI also provides useful libraries by default like regex, zip, and so on.
* See [doc/extension.md](doc/extension.md) for extended library interface.
* See the [samples](samples) because there are some samples about how to use.
* Some libraries will be coming soon.
* Please let me know if you have library which you want to use.

Expand Down
8 changes: 4 additions & 4 deletions doc/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <kcc/bigint.h>
```

* [Big Integer](extensios/bigint.md)
* [Big Integer](extensions/bigint.md)

---

Expand All @@ -33,7 +33,7 @@
#include <kcc/regex.h>
```

* [Regular Expression](extensios/regex.md)
* [Regular Expression](extensions/regex.md)

---

Expand All @@ -43,7 +43,7 @@
#include <kcc/zip.h>
```

* [Zip/Unzip](extensios/zip.md)
* [Zip/Unzip](extensions/zip.md)

---

Expand All @@ -53,4 +53,4 @@
#include <kcc/sqlite3.h>
```

* [SQLite3](extensios/sqlite3.md)
* [SQLite3](extensions/sqlite3.md)

0 comments on commit 2b63f86

Please sign in to comment.