octane 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # What is octane?
2
2
 
3
- [![status: alpha](https://img.shields.io/badge/status-alpha-orange)](https://www.npmjs.com/package/octane-ts)
4
- [![npm version](https://img.shields.io/npm/v/octane-ts?logo=npm)](https://www.npmjs.com/package/octane-ts)
5
- [![npm downloads](https://img.shields.io/npm/dm/octane-ts?logo=npm&label=downloads)](https://www.npmjs.com/package/octane-ts)
3
+ [![status: alpha](https://img.shields.io/badge/status-alpha-orange)](https://www.npmjs.com/package/octane)
4
+ [![npm version](https://img.shields.io/npm/v/octane?logo=npm)](https://www.npmjs.com/package/octane)
5
+ [![npm downloads](https://img.shields.io/npm/dm/octane?logo=npm&label=downloads)](https://www.npmjs.com/package/octane)
6
6
 
7
7
  Octane is a fast, TypeScript-first UI framework, and the successor to
8
8
  [Inferno](https://github.com/infernojs/inferno). It gives you the React API you
9
9
  already know, a compiler that keeps the runtime small and fast, and no rules of
10
10
  hooks, so you can call hooks conditionally. This package ships both the runtime
11
- and the compiler, with the compiler exposed at `octane-ts/compiler`.
11
+ and the compiler, with the compiler exposed at `octane/compiler`.
12
12
 
13
13
  For the full story, see the
14
- [main README](https://github.com/octane-ts/octane#readme).
14
+ [main README](https://github.com/octanejs/octane#readme).
15
15
 
16
16
  Octane is alpha software. It is ready to try, but not yet ready for production.
17
17