Skip to content

Commit

Permalink
Updated TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Oct 21, 2020
1 parent b0ebc4a commit 7d7359b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -249,12 +249,10 @@ Glimmer App:
- [Glimmer Command](#glimmer-command)
- [Basic Usage](#basic-usage)
- [Advanced Usage](#advanced-usage)
- [Sample List/Run/Code](#sample-listruncode)
- [Sample List](#sample-list)
- [Sample Run](#sample-run)
- [Sample Code](#sample-code)
- [Samples](#samples)
- [Scaffolding](#scaffolding)
- [App](#app)
- [Desktopify](#desktopify)
- [Custom Shell](#custom-shell)
- [Custom Widget](#custom-widget)
- [Custom Shell Gem](#custom-shell-gem)
Expand Down Expand Up @@ -310,7 +308,9 @@ Glimmer App:
- [Multi-DSL Support](#multi-dsl-support)
- [Application Menu Items (About/Preferences)](#application-menu-items-aboutpreferences)
- [App Name and Version](#app-name-and-version)
- [Code Text Widget](#code-text-widget)
- [Video Widget](#video-widget)
- [Sash Form Widget](#sash-form-widget)
- [Browser Widget](#browser-widget)
- [Glimmer Configuration](#glimmer-configuration)
- [logger](#logger)
Expand Down Expand Up @@ -339,6 +339,7 @@ Glimmer App:
- [Hello, Pop Up Context Menu!](#hello-pop-up-context-menu)
- [Hello, Custom Widget!](#hello-custom-widget)
- [Hello, Custom Shell!](#hello-custom-shell)
- [Hello, Sash Form!](#hello-sash-form)
- [Elaborate Samples](#elaborate-samples)
- [User Profile](#user-profile)
- [Login](#login)
Expand Down Expand Up @@ -374,7 +375,7 @@ Glimmer App:
- [Contributors](#contributors)
- [Hire Me](#hire-me)
- [License](#license)

## Background

Ruby is a dynamically-typed object-oriented language, which provides great productivity gains due to its powerful expressive syntax and dynamic nature. While it is proven by the Ruby on Rails framework for web development, it currently lacks a robust platform-independent framework for building desktop applications. Given that Java libraries can now be utilized in Ruby code through JRuby, Eclipse technologies, such as SWT, JFace, and RCP can help fill the gap of desktop application development with Ruby.
Expand Down

0 comments on commit 7d7359b

Please sign in to comment.