Skip to content

Commit e43e4a3

Browse files
author
José Valim
committed
dynamo -> ecto in examples
1 parent da430a9 commit e43e4a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can ExDoc via the command line as follows:
5757

5858
For example, here are some acceptable values:
5959

60-
PROJECT_NAME => Dynamo
60+
PROJECT_NAME => Ecto
6161
PROJECT_VERSION => 0.1.0
6262
PROJECT_MODULE => Ecto (the main module provided by the library)
6363
GITHUB_USER => elixir-lang

lib/ex_doc/cli.ex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ defmodule ExDoc.CLI do
9393
ex_doc PROJECT VERSION BEAMS [OPTIONS]
9494
9595
Examples:
96-
ex_doc "Dynamo" "0.8.0" "_build/shared/lib/dynamo/ebin" -u "https://github.com/elixir-lang/dynamo"
96+
ex_doc "Ecto" "0.8.0" "_build/dev/lib/ecto/ebin" -u "https://github.com/elixir-lang/ecto"
9797
9898
Options:
9999
PROJECT Project name
@@ -122,19 +122,19 @@ defmodule ExDoc.CLI do
122122
provide `--source-url`, ExDoc will inflect the url pattern automatically
123123
for GitHub and Bitbucket URLs. For example:
124124
125-
--source-url "https://github.com/elixir-lang/dynamo"
125+
--source-url "https://github.com/elixir-lang/ecto"
126126
127127
Will be inflected as:
128128
129-
https://github.com/elixir-lang/dynamo/blob/master/%{path}#L%{line}
129+
https://github.com/elixir-lang/ecto/blob/master/%{path}#L%{line}
130130
131131
To specify a particular branch or commit, use the `--source-ref` option:
132132
133-
--source-url "https://github.com/elixir-lang/dynamo" --source-ref "v1.0"
133+
--source-url "https://github.com/elixir-lang/ecto" --source-ref "v1.0"
134134
135135
will result in the following URL pattern:
136136
137-
https://github.com/elixir-lang/dynamo/blob/v1.0/%{path}#L%{line}
137+
https://github.com/elixir-lang/ecto/blob/v1.0/%{path}#L%{line}
138138
139139
"""
140140
end

0 commit comments

Comments
 (0)