aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFyodor Shchukin <ted888@ya.ru>2018-12-13 20:57:55 +0300
committerGitHub <noreply@github.com>2018-12-13 20:57:55 +0300
commit85a190b9719bd656cd5b2b54a4ac0320c8b7b2b0 (patch)
treef8746a3a8ccde0f557cd1dc8003f826f9d220976 /README.md
parentSmaller image in README (diff)
Bold!
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c466dac6..95b389dc 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
<img src="https://raw.githubusercontent.com/honix/janet/master/assets/janet-w200.png" alt="Janet logo" width=200 align="left">
-Janet is a functional and imperative programming language and bytecode interpreter. It is a
+**Janet** is a functional and imperative programming language and bytecode interpreter. It is a
modern lisp, but lists are replaced
by other data structures with better utility and performance (arrays, tables, structs, tuples).
The language also bridging bridging to native code written in C, meta-programming with macros, and bytecode assembly.