You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ This project provides a cross-platform command line interface for [DNSimple][0].
8
8
9
9
This project's command line interface is based on the [azure-cli](https://github.com/Azure/azure-sdk-tools-xplat), although its features and functionality are entirely different and not related to [azure](http://azure.microsoft.com/) whatsoever.
10
10
11
-
--
12
11
Installation
13
12
------------
14
13
@@ -49,7 +48,7 @@ npm install
49
48
Usage
50
49
-----
51
50
52
-
Just type `dnsimple` or `dns` at a command prompt to get started and see available commands. Please see the [command reference][3] and [wiki](wiki) for more details.
51
+
Just type `dnsimple` or `dns` at a command prompt to get started and see available commands. Please see the [command reference][3] and [wiki][4] for more details.
53
52
54
53
```bash
55
54
user@host:~$ dnsimple
@@ -134,7 +133,7 @@ user Commands to manage your users
134
133
subscription Commands to manage account subscriptions
135
134
price Commands to view domain pricing
136
135
```
137
-
Please see the [command reference][3] and [wiki](wiki) for more details.
136
+
Please see the [command reference][3] and [wiki][4] for more details.
138
137
139
138
## Setting up Fiddler for CLI
140
139
@@ -146,7 +145,7 @@ set HTTPS_PROXY=http://127.0.0.1:8888
146
145
```
147
146
148
147
## Learn More
149
-
Please see the [command reference][3] and [wiki](wiki) for details and examples of all commands.
148
+
Please see the [command reference][3] and [wiki][4] for details and examples of all commands.
150
149
151
150
For more information on the DNSimple REST API, please see the [DNSimple API Documentation][2].
152
151
@@ -159,4 +158,5 @@ If you encounter any bugs with the library please file an issue in the [Issues](
0 commit comments