Browse Source

Fixed center alignment of logo. (#305)

pull/310/head
HalidOdat 5 years ago committed by GitHub
parent
commit
f1f49d14ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -1,10 +1,11 @@
# Boa # Boa
<p style="text-align:center"> <p align="center">
<img <img
alt="logo" alt="logo"
src="./assets/logo.svg" src="./assets/logo.svg"
width="30%"> width="30%"
/>
</p> </p>
This is an experimental Javascript lexer, parser and compiler written in Rust. This is an experimental Javascript lexer, parser and compiler written in Rust.

Loading…
Cancel
Save