Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 29, 2020
1 parent f194438 commit 1eea916
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module | description
[@wq/react]+[@wq/material] | New Material Design renderer based on [React] and [React Native]
[@wq/jquery-mobile] | Legacy renderer based on [jQuery Mobile] and [Mustache.js], used in wq.app 1.2 and all earlier versions

When installing @wq/app from NPM, one of the two renderers should be installed and registered explicitly. When using the wq.app PyPI package, a default renderer will be provided based on the configuration specified when running [wq start][wq.start]. (New ESM-based projects will default to the @wq/material renderer, while backwards-compatible AMD/RequireJS projects will default to the @wq/jquery-mobile renderer.)
When installing @wq/app directly from NPM, one of the two renderers should be installed and registered explicitly. When using the wq.app PyPI package, a default renderer will be provided based on the version of [wq start][wq.start] used to create the project. (New ESM-based projects will default to the @wq/material renderer, while older AMD/RequireJS projects will default to the @wq/jquery-mobile renderer.)

### Map Engines

Expand Down Expand Up @@ -105,5 +105,3 @@ module | description
[@wq/map]: https://github.com/wq/wq.app/tree/master/packages/map
[@wq/mapbox]: https://github.com/wq/wq.app/tree/master/packages/mapbox
[@wq/leaflet]: https://github.com/wq/wq.app/tree/master/packages/leaflet


0 comments on commit 1eea916

Please sign in to comment.