📝 adjust size of pic in README
This commit is contained in:
parent
cc6ad76eaa
commit
1c011f0aad
|
@ -1,6 +1,6 @@
|
||||||
# __Nasal - Modern Interpreter__
|
# __Nasal - Modern Interpreter__
|
||||||
|
|
||||||
<img src="./doc/pic/header.png" style="width:800px"></img>
|
<img src="./doc/pic/header.png" style="width:600px"></img>
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# __Nasal - Modern Interpreter__
|
# __Nasal - Modern Interpreter__
|
||||||
|
|
||||||
<img src="../doc/pic/header.png" style="width:800px"></img>
|
<img src="../doc/pic/header.png" style="width:600px"></img>
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
|
@ -117,10 +117,9 @@ void err() {
|
||||||
std::exit(1);
|
std::exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void execute(
|
void execute(const std::string& file,
|
||||||
const std::string& file,
|
const std::vector<std::string>& argv,
|
||||||
const std::vector<std::string>& argv,
|
const u32 cmd) {
|
||||||
const u32 cmd) {
|
|
||||||
|
|
||||||
using clk = std::chrono::high_resolution_clock;
|
using clk = std::chrono::high_resolution_clock;
|
||||||
const auto den = clk::duration::period::den;
|
const auto den = clk::duration::period::den;
|
||||||
|
|
Loading…
Reference in New Issue