Skip to content

Commit

Permalink
chore: Rename project to just "femto"
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwilson committed Oct 10, 2020
1 parent cf20c27 commit e9c4c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# femto-di
# femto

FemtoDI, a teeny-tiny [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection) library.
Femto DI, a teeny-tiny [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection) library.

```java
var injector = new FemtoInjector();
Expand Down
11 changes: 1 addition & 10 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user manual at https://docs.gradle.org/6.3/userguide/multi_project_builds.html
*/

rootProject.name = 'femto-di-java'
rootProject.name = 'femto'

0 comments on commit e9c4c9d

Please sign in to comment.