Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun authored Jan 29, 2024
1 parent c6f3396 commit f4fd1f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

`ricaun.Revit.UI` package makes it easier to work with UI and RevitApi, especially with RibbonPanel, RibbonTab, RibbonButton, and RibbonItem in general.

This project was generated by the [ricaun.AppLoader](https://ricaun.com/AppLoader/) Revit plugin, the test project use the [ricaun.RevitTest](https://ricaun.com/RevitTest) test framework.
This project was generated by the [ricaun.AppLoader](https://ricaun.com/AppLoader/) Revit plugin, the test project uses the [ricaun.RevitTest](https://ricaun.com/RevitTest) test framework.

## Features

`ricaun.Revit.UI` package is design to work with the plugin [AppLoader](https://ricaun.com/AppLoader/) that allow loading Revit Applications on runtime.
`ricaun.Revit.UI` package is designed to work with the plugin [AppLoader](https://ricaun.com/AppLoader/) that allows loading Revit Applications on runtime.

```C#
[AppLoader]
Expand All @@ -35,8 +35,8 @@ public class App : IExternalApplication
if (LanguageExtension.IsBrazilianPortuguese)
{
commandButton.SetText("Comando")
.SetToolTip("Esta é uma dica de ferramenta.")
.SetLongDescription("Esta é uma descrição.");
.SetToolTip("Esta é uma dica de ferramenta.")
.SetLongDescription("Esta é uma descrição.");
}

return Result.Succeeded;
Expand Down Expand Up @@ -397,4 +397,4 @@ This Project is [licensed](LICENSE) under the [MIT Licence](https://en.wikipedia

---

Do you like this package? Please [star this project on GitHub](https://github.com/ricaun-io/ricaun.Revit.UI/stargazers)!
Do you like this package? Please [star this project on GitHub](https://github.com/ricaun-io/ricaun.Revit.UI/stargazers)!

0 comments on commit f4fd1f1

Please sign in to comment.