Remove reference to V8 in README.md

This commit is contained in:
David Capello 2015-10-28 19:45:01 -03:00
parent 41f4fcf802
commit 7c8876dd65

View File

@ -18,7 +18,7 @@ because they don't depend on any other component.
* [css](css/): Pseudo-style sheet library.
* [fixmath](fixmath/): Fixed point operations (original code from Allegro code by Shawn Hargreaves).
* [flic](flic/): Library to load/save FLI/FLC files.
* [scripting](scripting/): JavaScript engine ([V8](https://code.google.com/p/v8/)).
* [scripting](scripting/): JavaScript engine.
* [undo](undo/): Generic library to manage a history of undoable commands.
## Level 1