Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

docs(readme): innersource notice #32

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<h1 align="center">

[One App is now InnerSource](https://github.com/americanexpress/one-app/issues/1393)

<hr/>

<img src='https://github.com/americanexpress/one-app-router/raw/main/one-app-router.png' width='50%'/>
</h1>

[![npm](https://img.shields.io/npm/v/@americanexpress/one-app-router)](https://www.npmjs.com/package/@americanexpress/one-app-router)
[![Build Status](https://travis-ci.org/americanexpress/one-app-router.svg?branch=main)](https://travis-ci.org/americanexpress/one-app-router)

> One App Router keeps your UI in sync with the URL. It has a simple API with powerful features like lazy code
> loading, dynamic route matching, and location transition handling built right in.
Expand All @@ -21,11 +25,6 @@ We will evaluate moving to `react-router@6` if it matches our use case in the fu

This is not meant to be a generic standalone Routing library but one which will be tailored for use with the One ecosystem.

## 👩‍💻 Hiring 👨‍💻

Want to get paid for your contributions to `one-app-router`?
> Send your resume to [email protected]

## 📖 Table of Contents

* [Features](#-features)
Expand Down
Loading