Skip to content

Commit cc5df37

Browse files
Update README.md
1 parent d25395f commit cc5df37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository contains:
1010
* A front-end —written in JavaScript—, an interface where the user can visualize, create and edit expressions. It works in a [read–eval–print loop](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop) mode. The user can save a created scrip as a local file in order to be retrieved later or shared.
1111
* A back-end —written in JavaScript—, is a background program that evaluates the expressions created by the user and returns the result to the front-end, in order to be shown.
1212
* Message files —written in JSON— for messages in several human languages, in order to the main program can be used for different locales.
13-
* Because the main program runs as a web page, it requires some additional resources, such as a HTML file, a CSS file, images, icons, etc.
13+
* Because the main program is a web application, it requires some additional resources, such as a HTML file, a CSS file, images, icons, etc.
1414

1515
### Fōrmulæ packages
1616

0 commit comments

Comments
 (0)