Browse Source

Repo slug changed

master
Leo Lamprecht 8 years ago
parent
commit
3a4e070c2d
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 4
      README.md
  2. 2
      package.json

4
README.md

@ -1,10 +1,10 @@
# now
[![Build Status](https://travis-ci.org/zeit/now.svg?branch=master)](https://travis-ci.org/zeit/now)
[![Build Status](https://travis-ci.org/zeit/now-cli.svg?branch=master)](https://travis-ci.org/zeit/now-cli)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![Slack Channel](https://zeit-slackin.now.sh/badge.svg)](https://zeit.chat)
Realtime global deployments served over HTTP/2. You can find the FAQ [here](https://github.com/zeit/now/wiki/FAQ).
Realtime global deployments served over HTTP/2. You can find the FAQ [here](https://github.com/zeit/now-cli/wiki/FAQ).
## Usage

2
package.json

@ -2,7 +2,7 @@
"name": "now",
"version": "0.34.0",
"description": "Realtime global deployments",
"repository": "zeit/now",
"repository": "zeit/now-cli",
"main": "./build/lib/index",
"license": "MIT",
"files": [

Loading…
Cancel
Save