Skip to content

Commit

Permalink
Merge pull request #9 from wpdas/fix/typo
Browse files Browse the repository at this point in the history
Fix: typo
  • Loading branch information
wpdas authored Apr 2, 2024
2 parents 7ad5d1b + 86a4d93 commit dfe7381
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@

# <div align="center">Além</div>

Alem is a web3 **JavaScript** / **TypeScript** library for building applications for NEAR BOS DApps.

- **Declarative:** Alem makes it painless to create interactive UIs. Design simple views for each state in your application, and Alem will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable, simpler to understand, and easier to debug.
- **Component-Based:** Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript, you can easily pass rich data through your app.
- **Learn Once, Write Anywhere:** We don't make assumptions about the rest of your technology stack, so you can develop new features in Alem without rewriting existing code.
- **CSS:** Alem supports .css files. Just create them and they will all be included in the application.
- **Routes System:** An integrated router system that makes it possible to navigate between pages easily.
- **Much more:** Take a look at the other documentation items to learn how to use all the features provided by Alem.
Além is a web3 **JavaScript** / **TypeScript** library to create web3 apps for Near BOS.

Alem makes it painless to create interactive UIs. Design simple views for each state in your application. Declarative views make your code more predictable, simpler to understand, and easier to debug.

Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript, you can easily pass rich data through your app.

[**Documentation - Learn how to use Alem in your project**](https://alem.dev).

Expand Down
2 changes: 1 addition & 1 deletion lib/actions/renderErrorDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ style={{
borderRadius: "8px",
}}
>
<h4 style={{ color: "#660000" }}>Sintaxe Error:</h4>
<h4 style={{ color: "#660000" }}>Syntax Error:</h4>
<pre
style={{
whiteSpace: "pre-wrap",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alem",
"description": "Create web3 applications for NEAR BOS with a focus on performance and friendly development.",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"main": "main.js",
"types": "index.d.ts",
"author": "Wenderson Pires - wendersonpires.near",
Expand Down

0 comments on commit dfe7381

Please sign in to comment.